Saved CNPJ list on the CNPJá account.
Lists store tax IDs (or search filters) for asynchronous bulk export.
@type t() :: %Cnpja.CnpjList{ created: String.t() | nil, description: String.t() | nil, id: String.t(), items: [String.t()], limit: number() | nil, query: map() | nil, size: number() | nil, title: String.t(), updated: String.t() | nil }