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