QueryPropertiesResponseDto public class QueryPropertiesResponseDto : FileShareResponseBaseDto Documentation public long TotalFiles { get; set; } public long TotalFolders { get; set; } public long TotalSize { get; set; } public QueryPropertiesResponseDto()