Standard
data class Standard(val filter: FilterObject, val sort: QuerySorter<Channel>) : QueryChannelsIdentifier
Identity for a classic query channels request: filter and sort are known on the client and define the query.
Identity for a classic query channels request: filter and sort are known on the client and define the query.