QUERY PLAN
GroupAggregate (cost=279.69..279.97 rows=14 width=36)
Group Key: project_id
-> Sort (cost=279.69..279.72 rows=14 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..279.42 rows=14 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (project_id = ANY ('{3760,3764,3767,3786,3801,3807,3808,3809}'::integer[])))