Models

from typing import Literal

SortOrderParam = Literal["ASC", "Asc", "DESC", "Desc", "asc", "desc"]