---
search:
  exclude: true
---

# <a id="bitdrift.public.unary.common.v1.Pagination"></a>Pagination

| Field | Type | Description |
|---|---|---|
| offset | <span class="proto-type proto-type-primitive">optional uint32</span> | The starting offset for pagination. For example, set this to 10 to start  with the 10th record. Defaults to 0. |
| limit | <span class="proto-type proto-type-primitive">optional uint32</span> | The maximum number of items to return. The server returns at most  min(items.count, limit, 100). |

#### Example
```json
{
  "limit": 25,
  "offset": 0
}
```

