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