PaginatedResponse
Pagination fields returned in the response of an API route.
Properties
count
numberRequiredThe total number of items available.
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.
Was this section helpful?