Pagination cursors for navigating between pages of results.
@type t() :: %WorkOS.ConnectionListListMetadata{ after_: String.t() | nil, before: String.t() | nil }