Paginated envelope returned by Zep.Thread.list/2.
Summary
Types
@type t() :: %Zep.Schemas.ThreadList{ response_count: non_neg_integer() | nil, threads: [Zep.Schemas.Thread.t()], total_count: non_neg_integer() | nil }
Paginated envelope returned by Zep.Thread.list/2.
@type t() :: %Zep.Schemas.ThreadList{ response_count: non_neg_integer() | nil, threads: [Zep.Schemas.Thread.t()], total_count: non_neg_integer() | nil }