PolarExpress.Schemas.Pagination (polar_express v0.1.5)

Copy Markdown View Source

Pagination

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.Pagination{
  max_page: integer() | nil,
  total_count: integer() | nil
}
  • max_page
  • total_count

Functions

schema_name()