QUERY PLAN
GroupAggregate (cost=439.44..440.13 rows=34 width=36)
Group Key: project_id
-> Sort (cost=439.44..439.53 rows=35 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..438.54 rows=35 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4173,4172,4170,4169,4167,4166,4164,4161,4157,4155,4142,4127,4098,4096,4079,4078,3950,3751}'::integer[])))