Logo

Command Palette

Search for a command to run...

Pagination metadata returned with list responses to help navigate through large result sets.

Model
currentinteger

The current page number (1-based).

nextinteger | null

The next page number, or null if this is the last page.

previnteger | null

The previous page number, or null if this is the first page.

countinteger

The total number of items across all pages.

pagesinteger

The total number of pages available.

Example

{
  "current": 2,
  "next": 3,
  "prev": 1,
  "count": 127,
  "pages": 7
}