stein v0.4.1 Stein.Pagination.Meta View Source

Metadata information about the pagination

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Stein.Pagination.Meta{
  current: integer(),
  empty?: boolean(),
  total: integer(),
  total_count: integer()
}