# RegistryPagination

## Properties

| Name      | Type       | Description                                                                                   | Notes                   |
| --------- | ---------- | --------------------------------------------------------------------------------------------- | ----------------------- |
| **limit** | **number** | The maximum number of elements to return (used together with pagination.token for pagination) | \[default to undefined] |
| **token** | **string** | An opaque token used to iterate the set of results (used together with limit for pagination)  | \[default to undefined] |
