"du -h" makes better list of files
"sort -n" makes list sorted by file size (desc)
find ./ -size +50M -type f -exec du -h {} \; | sort -k1 -h
Example output:
14K ./text.md
84M ./ex_output.dmg
128M ./example.dmg
353M ./macos10.14-x86_64.dmg
1.7G ./Installer.pkg
2.0G ./file.dmg