Pagination Meta

Pagination metadata for the API responses.
JSON example
1{
2  "pageNumber": 1,
3  "pageSize": 10,
4  "hasNext": false
5}
Property Name Type Description Filter Group and Version Available Version
hasNext Boolean Whether the next page is present for the response. Big, 66.0 66.0
pageNumber Integer The page number of the response. Big, 66.0 66.0
pageSize Integer The page size of the response. Big, 66.0 66.0