QUERY PLAN
GroupAggregate (cost=460.71..461.58 rows=43 width=36)
Group Key: project_id
-> Sort (cost=460.71..460.82 rows=44 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..459.51 rows=44 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4174,4130,4124,4121,4103,4119,4094,4111,4101,4100,4102,4093,4085,4090,4087,4086,4070,4067,4007,4076}'::integer[])))