(* Options: Date: 2025-08-05 02:37:53 Version: 8.0 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://www.asg.com.au/RestApi //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: GetRecycleBinCount.* //ExcludeTypes: //InitializeCollections: True //AddNamespaces: *) namespace Telerik.Sitefinity.RecycleBin.Services.Dto open System open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations open System.Globalization [] type IRecycleBinItemFilter = abstract TypeName:String with get,set abstract SearchText:String with get,set [] type GetRecycleBinCountProxy() = member val TotalCount:Int32 = new Int32() with get,set [] [] type GetRecycleBinCount() = interface IReturn member val TypeName:String = null with get,set member val SearchText:String = null with get,set