QUERY PLAN
GroupAggregate (cost=356.26..356.78 rows=26 width=36)
Group Key: project_id
-> Sort (cost=356.26..356.33 rows=26 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..355.65 rows=26 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4184,4186,1018,4126,2290,4024,4185,4182,4183,4181}'::integer[])))