# Pagination

## Properties

| Name       | Type                                                                                                     | Description                                                                                                                                                   | Notes                   |
| ---------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **offset** | **Integer**                                                                                              | The offset specified in the request (if none was specified, the default offset is 0) (not implemented yet).                                                   | \[optional] \[readonly] |
| **limit**  | **Integer**                                                                                              | The limit specified in the request (if none was specified, use the endpoint's default pagination limit) (not implemented yet, always return number of items). | \[optional] \[readonly] |
| **links**  | [**Links**](https://github.com/ionos-cloud/sdk-java-container-registry/blob/master/docs/models/Links.md) |                                                                                                                                                               | \[optional]             |
