QUERY PLAN
GroupAggregate (cost=294.95..295.21 rows=13 width=36)
Group Key: project_id
-> Sort (cost=294.95..294.98 rows=13 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..294.71 rows=13 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3932,3933,3895,3837,3888,3796,3807}'::integer[])))