> ## Documentation Index
> Fetch the complete documentation index at: https://x-preview-mintlify-3a0ba0a1.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PaginationMeta

Pagination metadata

## Properties

<ResponseField name="nextToken" type="string">
  Next page token
</ResponseField>

<ResponseField name="previousToken" type="string">
  Previous page token
</ResponseField>

<ResponseField name="totalCount" type="number">
  Total count
</ResponseField>

<ResponseField name="resultCount" type="number">
  Result count
</ResponseField>
