QUERY PLAN
Aggregate (cost=22.69..22.70 rows=1 width=8)
-> Sort (cost=20.90..21.20 rows=119 width=3844)
Sort Key: tbl_users.updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..16.80 rows=119 width=3844)
Filter: (user_status = '-1'::type_global_user_status)