QUERY PLAN
GroupAggregate (cost=0.00..224.90 rows=9 width=36)
Group Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..224.75 rows=9 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = 1018))