| GroupAggregate (cost=292.18..292.56 rows=19 width=36) |
| Group Key: project_id |
| -> Sort (cost=292.18..292.22 rows=19 width=9) |
| Sort Key: project_id |
| -> Seq Scan on tbl_reimbursements (cost=0.00..291.77 rows=19 width=9) |
| Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{2882,3695,2775,3854}'::integer[]))) |