QUERY PLAN
GroupAggregate (cost=460.78..461.69 rows=45 width=36)
Group Key: project_id
-> Sort (cost=460.78..460.90 rows=46 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..459.51 rows=46 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4179,4174,4173,4079,4170,4175,4155,4172,4171,4151,4169,4168,4144,4167,4161,4166,1018,1111,2504,1791}'::integer[])))