One page of a paginated list: the rows on :data, the counters on :meta.
FoPost.Posts.stream/2 walks every page for you when you do not want to page by hand.
Summary
Types
@type t() :: %FoPost.Page{data: list(), meta: FoPost.PageMeta.t()}
One page of a paginated list: the rows on :data, the counters on :meta.
FoPost.Posts.stream/2 walks every page for you when you do not want to page by hand.
@type t() :: %FoPost.Page{data: list(), meta: FoPost.PageMeta.t()}