Using $hget(<table>,0) will return the size of the table, as specified in the /hmake command.
However, $hget(<table>,0).item will return the number of items in the table.
The size of the table and the number of items in the table are, rarely, the same.