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 ('{3959,3796,3837,3854,3878,3880,3955}'::integer[])))