QUERY PLAN
GroupAggregate (cost=411.74..412.45 rows=35 width=36)
Group Key: project_id
-> Sort (cost=411.74..411.83 rows=36 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..410.81 rows=36 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3915,3914,3888,3864,3937,3939,3944,3921,3948,3837,3931,3232,3461,3695,3778,3832,3849,3868,3923,3938}'::integer[])))