> For the complete documentation index, see [llms.txt](https://docs.twintune.ai/twintune/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twintune.ai/twintune/types-and-limits/pagination-meta.md).

# Pagination Meta

## Attributes <a href="#attributes" id="attributes"></a>

`total:` **number**

Total number of results.

`perPage:` **number**

Total number of entries per page.

`currentPage:` **number**

The current page of pagination.

`lastPage:` **number**

The last page of pagination.

`firstPage:` **number**

The first page of pagination.

`firstPageUrl:` **string**

Url to the first page of pagination.

`lastPageUrl:` **string**

Url to the last page of pagination.

`nextPageUrl:` **string | null**

Url to the next page of pagination.

`previousPageUrl:` **string | null**

Url to the previous page of pagination.
