QUERY PLAN
GroupAggregate (cost=461.17..462.29 rows=55 width=36)
Group Key: project_id
-> Sort (cost=461.17..461.32 rows=57 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..459.51 rows=57 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4024,4002,4144,4099,4151,4081,4154,4037,3993,3992,3986,3580,4092,4095,4049,4041,4020,4001,3997,3996}'::integer[])))