Search
The Sort module create a list of sort records.
Sort
Returns list of the sort records.
sort
@type t() :: %Sort{code: String.t(), id: integer(), label: String.t()}
@spec get() :: [t()]