| Name | Type | Description | Notes |
|---|---|---|---|
| current_page | int | The current page number in the paginated result. | |
| per_page | int | The number of items per page in the paginated result. | |
| total | int | The total number of items across all pages. | |
| last_page | int | The total number of pages available in the paginated result. | |
| from | int | The starting item index for the current page. | |
| to | int | The ending item index for the current page. |