Match only rows where column is less than value.
column
value
try await supabase .from("cities") .select("name, country_id") .lt("country_id", value: 250)