Pagination counters that travel alongside a paginated list.
@type t() :: %FoPost.PageMeta{ current_page: term(), from: term(), last_page: term(), per_page: term(), raw: term(), to: term(), total: term() }