QUERY PLAN
HashAggregate (cost=356.50..358.28 rows=142 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..355.65 rows=170 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (client_id = ANY ('{3354,399,2616,2538,146,1661,982,2166,1301,3330}'::integer[])))