namespace SiNan.Model.Dto { public class ListResponse where T : class { public List ItemList { get; set; } public long Count { get; set; } } }