Limits the result to rows within the specified range, inclusive.
final data = await supabase .from('cities') .select('name, country_id') .range(0,3);