Represents pagination configuration for a read action.
Summary
Types
@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() }