> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PaginationMeta

> X API SDK の PaginationMeta TypeScript インターフェースのリファレンス。X API リクエストまたはレスポンスペイロードのフィールド定義、型、プロパティ。

ページネーションのメタデータ

## プロパティ

<ResponseField name="nextToken" type="string">
  次ページのトークン
</ResponseField>

<ResponseField name="previousToken" type="string">
  前ページのトークン
</ResponseField>

<ResponseField name="totalCount" type="number">
  総数
</ResponseField>

<ResponseField name="resultCount" type="number">
  結果件数
</ResponseField>
