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