QUERY PLAN
Aggregate (cost=150.11..150.12 rows=1 width=8)
-> Seq Scan on tbl_contacts (cost=0.00..150.05 rows=24 width=0)
Filter: ((client_id IS NOT NULL) AND (user_status = 3))