QUERY PLAN
GroupAggregate (cost=353.58..354.02 rows=22 width=36)
Group Key: project_id
-> Sort (cost=353.58..353.63 rows=22 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..353.08 rows=22 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4046,4014,3950,3927,3949,3899,3890,3872,3857,3813,3767,3764}'::integer[])))