QUERY PLAN
GroupAggregate (cost=0.00..240.97 rows=69 width=36)
Group Key: client_id
-> Seq Scan on tbl_reimbursements (cost=0.00..239.74 rows=75 width=9)
Filter: ((status = ANY ('{2,3}'::integer[])) AND (client_id = 12))