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 ('{4024,4149,4136,4165,4131,4125,4088,3778,4181,4177,4174,4173,4148,4143,4097,4034,4002,4172,4171,4170}'::integer[])))