====== Models ====== .. code:: python from typing import Literal SortOrderParam = Literal["ASC", "Asc", "DESC", "Desc", "asc", "desc"]