namespace SiNan.Model.Dto { public class ProductListResponse { public int Count { get; set; } public IList Items { get; set; } } }