Paginated envelope returned by Zep.User.list_ordered/2.
Summary
Types
@type t() :: %Zep.Schemas.UserList{ response_count: non_neg_integer() | nil, total_count: non_neg_integer() | nil, users: [Zep.Schemas.User.t()] }
Paginated envelope returned by Zep.User.list_ordered/2.
@type t() :: %Zep.Schemas.UserList{ response_count: non_neg_integer() | nil, total_count: non_neg_integer() | nil, users: [Zep.Schemas.User.t()] }