Limit the query result by from and to inclusively.
The start of the range.
The end of the range.
The foreign table to limit by.
supabase.from("countries").select \{ range(1L..5L) \}