var result = await supabase.From<City>() .Filter(x => x.MainExports, Operator.ContainedIn, new List<object> \{ "oil", "fish" \}) .Get();