-- stats RPC (20260525_011): wrap the aggregation in a SECURITY DEFINER -- function so it returns community totals. REVOKE ALL ON FUNCTION public.get_project_seed_totals() FROM PUBLIC; GRANT EXECUTE ...