Finds all rows that don't satisfy the filter.
.filterNot()
supabase.postgrest["countries"].select \{ filterNot("name", FilterOperation.IS, "") \}