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

# PaginationMeta

페이지네이션 메타데이터

<div id="properties">
  ## 속성
</div>

<ResponseField name="nextToken" type="string">
  다음 페이지 토큰
</ResponseField>

<ResponseField name="previousToken" type="string">
  이전 페이지 토큰
</ResponseField>

<ResponseField name="totalCount" type="number">
  총 수
</ResponseField>

<ResponseField name="resultCount" type="number">
  결과 수
</ResponseField>
