---
title: PageResponse
description: PageResponse captures pagination metadata returned with list results.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/page-response/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/page-response.md
---

# PageResponse

PageResponse captures pagination metadata returned with list results.

**Package:** `thru.common.v1`

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `next_page_token` | `string` | 1 · optional | Token to retrieve the next page of results, if any. |
| `total_size` | `uint64` | 2 · optional | Total number of items available when known. |
