# `Ash.Info.Manifest.Pagination`
[🔗](https://github.com/ash-project/ash/blob/v3.25.2/lib/ash/info/manifest/pagination.ex#L5)

Represents pagination configuration for a read action.

# `t`

```elixir
@type t() :: %Ash.Info.Manifest.Pagination{
  countable?: boolean(),
  custom: map(),
  default_limit: non_neg_integer() | nil,
  keyset?: boolean(),
  max_page_size: non_neg_integer() | nil,
  offset?: boolean(),
  required?: boolean()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
