If you just use the following command, you get "disk usage" not "the actual file or folder size".
# du -h --max-depth=1
So add --apparent-size arguments
# du -h --apparent-size --max-depth=1