# `Continuum.Page`
[🔗](https://github.com/Yyeger/Continuum/blob/main/lib/continuum/page.ex#L1)

A stable cursor page returned by Continuum read APIs.

`next_cursor` is opaque to callers and should only be passed back to the API
that produced it.

# `t`

```elixir
@type t(entry) :: %Continuum.Page{
  entries: [entry],
  next_cursor: term() | nil,
  per_page: pos_integer() | nil
}
```

---

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