View Source Pageantry.Output (Pageantry v0.6.0)

Output of paging/sorting/filtering.

Fields

  • items : List of paged/sorted/filtered items.
  • total : Total filtered items available (ie combined total of items on all pages). -1 if unknown.

Summary

Types

t()

@type t() :: %Pageantry.Output{items: list(), total: integer()}