const factory PaginationQueryParam({ int? items, // items per page int? page, // page number }) = _PaginationQueryParam;