QUERY PLAN
GroupAggregate (cost=303.96..305.09 rows=56 width=36)
Group Key: project_id
-> Sort (cost=303.96..304.10 rows=58 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..302.26 rows=58 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3700,3699,3488,4146,3417}'::integer[])))