QUERY PLAN
HashAggregate (cost=297.62..298.90 rows=103 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..297.02 rows=118 width=9)
Filter: ((status = ANY ('{3,2}'::integer[])) AND (client_id = ANY ('{141,2736,24,2242,3179,530,2166,2852,2202,3262}'::integer[])))