QUERY PLAN
GroupAggregate (cost=0.00..16.17 rows=1 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..16.15 rows=1 width=36)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (client_id = 1))