Skip to main content
Skip to main content

PaginatedResponse

Pagination fields returned in the response of an API route.

Properties

limitnumberRequired
The maximum number of items that can be returned in the list.
offsetnumberRequired
The number of items skipped before the returned items in the list.
countnumberRequired
The total number of items available.
Was this section helpful?