namespace BBWY.Server.Model.Dto { public class ListResponse where T : class { public System.Collections.Generic.List ItemList { get; set; } public long Count { get; set; } } }