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