using System.Collections.Generic; namespace Luticate2.Utils.Dbo { public class LuPaginatedDbo : LuDbo { public long Count { get; set; } public List Data { get; set; } } }