Type Alias SortFieldEnum

SortFieldEnum: LiteralString<
    | "title"
    | "_score"
    | "recommended"
    | "whenUploaded"
    | "whenPublished"
    | "whenModified"
    | "lastViewed"
    | "ownerName"
    | "uploaderName"
    | "duration"
    | "viewCount"
    | "averageRating"
    | "commentCount",
>