QUERY PLAN
HashAggregate (cost=326.73..328.65 rows=154 width=36)
Group Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..325.88 rows=170 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3957,2761,2331,1806,1430,1077,2,931,3633,1010}'::integer[])))