namespace TaskTrackingSystem.Shared; public class PaginationQuery { public int? Page { get; set; } public int? Limit { get; set; } }