Paginated list returned by the Mollie API.
data contains hydrated resources. raw preserves the original decoded
Mollie list payload with upstream JSON casing unchanged.
Summary
Types
@type t(item) :: %MollieEx.List{ count: non_neg_integer(), data: [item], links: %{optional(String.t()) => MollieEx.Types.Link.t() | term()}, raw: map() }