Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional firstInteger representing the offset to fetch the first page of results.
Optional lastInteger representing the offset to fetch the last page of results.
Optional limitInteger representing the number of elements to returned in the results.
Optional nextInteger representing the index of the first element in the next page of results. Equal to page size added to the current offset.
Optional offsetInteger representing the index of the first element in the results.
Optional prevInteger representing the index of the first element in the previous page of results.
Optional totalInteger representing the total number of elements available.
Optional typeGenerated using TypeDoc
Offset-based pagination schema.