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.
Summary
Types
@type t(entry) :: %Continuum.Page{ entries: [entry], next_cursor: term() | nil, per_page: pos_integer() | nil }