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