Generate a list of file names and their sizes

I want to create a list of file and their file sizes to see what take up space.
I am using Ubuntu 20.04 and executed following command:
ls -s
The list was the name of the files (good).
All the files was marked 0 byte big (bad).
Is there a way to list their actual sizes?