PaginatedResponse
Pagination fields returned in the response of an API route.
Properties
limit
numberRequiredThe maximum number of items that can be returned in the list.
offset
numberRequiredThe number of items skipped before the returned items in the list.
count
numberRequiredThe total number of items available.
Was this section helpful?