QUERY PLAN
Aggregate (cost=13.48..13.49 rows=1 width=8)
-> Sort (cost=11.74..12.03 rows=116 width=3843)
Sort Key: tbl_users.updated_at DESC
-> Seq Scan on tbl_users (cost=0.00..7.76 rows=116 width=3843)
Filter: (user_status = '-1'::type_global_user_status)