QUERY PLAN
GroupAggregate (cost=326.28..326.66 rows=19 width=36)
Group Key: project_id
-> Sort (cost=326.28..326.33 rows=19 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..325.88 rows=19 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3934,2282,1791,3914,3854,3095,3126,3136,2939,3110}'::integer[])))