QUERY PLAN
GroupAggregate (cost=334.00..334.30 rows=15 width=36)
Group Key: project_id
-> Sort (cost=334.00..334.04 rows=15 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..333.71 rows=15 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4161,4157,4164,4166,4169,4170,4167,4172}'::integer[])))