# `PolarExpress.Schemas.OrganizationSortProperty`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/organization_sort_property.ex#L2)

OrganizationSortProperty enum. Possible values: `created_at`, `-created_at`, `slug`, `-slug`, `name`, `-name`, `next_review_threshold`, `-next_review_threshold`, `days_in_status`, `-days_in_status`.

# `t`

```elixir
@type t() :: String.t()
```

# `schema_name`

# `values`

List of valid enum values.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
