QUERY PLAN
GroupAggregate (cost=260.06..260.44 rows=19 width=36)
Group Key: project_id
-> Sort (cost=260.06..260.11 rows=19 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..259.66 rows=19 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{3739,3692,3493,3297,3375,110}'::integer[])))