Represents the pagination configuration of a read action
@type t() :: %Ash.Resource.Actions.Read.Pagination{ countable: term(), default_limit: term(), keyset?: term(), max_page_size: term(), offset?: term(), required?: term() }