Match only rows where column is less than value.
column
value
const { data, error } = await supabase .from('characters') .select() .lt('id', 2)