# NOTE: This file is auto generated by OpenAPI Generator 7.7.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Ory.Model.TokenPaginationHeaders do @moduledoc """ """ @derive Jason.Encoder defstruct [ :link, :"x-total-count" ] @type t :: %__MODULE__{ :link => String.t | nil, :"x-total-count" => String.t | nil } def decode(value) do value end end