© 2026 Hedgehog Software, LLC
supabase .from('recipes') .select( `*`, { count: 'exact' } ) .limit(1) .not('id', 'in', `(${fetchedRecipeIds})`);