Kotlin: Don't match the filter

Finds all rows that don't satisfy the filter.

Examples

With `select()`

supabase.postgrest["countries"].select \{
    filterNot("name", FilterOperation.IS, "")
\}