QUERY PLAN
GroupAggregate (cost=376.16..376.62 rows=23 width=36)
Group Key: project_id
-> Sort (cost=376.16..376.22 rows=23 width=9)
Sort Key: project_id
-> Seq Scan on tbl_reimbursements (cost=0.00..375.64 rows=23 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (project_id = ANY ('{4184,4182,4183,4181,4173,4171,4152,4150,4158,2939,4179,4175}'::integer[])))