I want to understand the below result behavior for finding a size for a table with x MB while try to count record in this table but no records found in postgres database
db_server=# \dt+
List of relations
Schema | Name | Type | Owner | Size | Description
--------+------------------------------+-------+---------+------------+-------------
user | table | table | user | 7592 MB |
db_server=# select count(*) from table ;
count
-------
0