FoPost.PageMeta (FoPost v0.1.0)

Copy Markdown View Source

Pagination counters that travel alongside a paginated list.

Summary

Types

t()

@type t() :: %FoPost.PageMeta{
  current_page: term(),
  from: term(),
  last_page: term(),
  per_page: term(),
  raw: term(),
  to: term(),
  total: term()
}