QUERY PLAN
GroupAggregate (cost=408.27..408.98 rows=35 width=36)
Group Key: project_id
-> Sort (cost=408.27..408.36 rows=36 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..407.34 rows=36 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{3927,3934,3930,3929,3928,3926,3925,3924,3751,3922,3919,3882,3920,3917,3883,3918,3916,3841,3910,3906}'::integer[])))