© 2026 Hedgehog Software, LLC
SELECT additional_info->>'gender' AS gender, COUNT(*) AS count FROM profile GROUP BY additional_info->>'gender';