QUERY PLAN
Aggregate (cost=13.74..13.75 rows=1 width=8)
-> Sort (cost=11.94..12.24 rows=120 width=3844)
Sort Key: tbl_users.updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..7.80 rows=120 width=3844)
Filter: (user_status = '-1'::type_global_user_status)