extension Filter {
    public enum PlaylistsList: QueryParameterable {
        case channelID(String)
        case id(String)
        case mine(Bool)