QueryPropertiesResponseDto
namespace Relativity.Transfer.Dto
{
public class QueryPropertiesResponseDto : FileShareResponseBaseDto
{
public long TotalFiles { get; set; }
public long TotalFolders { get; set; }
public long TotalSize { get; set; }
}
}