© 2026 Hedgehog Software, LLC
const { data: total } = await supabase .from("tasks") .select("id", { count: "exact", head: true }); console.log(total);