{ "db_name": "PostgreSQL", "query": "SELECT post_id, COUNT(*) AS \"count!\"\n FROM post_endorsements\n WHERE post_id = ANY($1)\n GROUP BY post_id", "describe": { "columns": [ { "ordinal": 0, "name": "post_id", "type_info": "Uuid" }, { "ordinal": 1, "name": "count!", "type_info": "Int8" } ], "parameters": { "Left": [ "UuidArray" ] }, "nullable": [ false, null ] }, "hash": "7a9ba61b2f86825819aba03c7d967ff04423f9436c2d9480c33e26dc93085e55" }