QUERY PLAN
GroupAggregate (cost=326.28..326.66 rows=19 width=36)
Group Key: project_id
-> Sort (cost=326.28..326.33 rows=19 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..325.88 rows=19 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{1613,3669,3741,3742,888,271,1205,3913,3920,3941}'::integer[])))