(* Options: Date: 2026-04-17 08:50:27 Version: 8.52 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.imglobal.com/RestApi //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetRelatedItems.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Telerik.Sitefinity.Translations.Web.Services.Dto.Request.Translations open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Globalization [] type RelatedItemsProxy() = member val TranslationsCount:Int32 = new Int32() with get,set member val ProjectsCount:Int32 = new Int32() with get,set [] [] type GetRelatedItems() = interface IReturn member val Ids:Guid[] = null with get,set