Command

Go to the folder and:

du -ah --max-depth=1

To view the sorted result:

du -a --max-depth=1 | sort -n -r