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