Zend certified PHP/Magento developer

In Linux (CentOS) how can I find large folders? [duplicate]

How can search for large folders but find them down to the smallest level?

Meaning if /home/user/wp-content/updraft/2020/June/ has 200 zip files that are 50mb each I don’t want to get back that the largest folder is /home/ I want to see the full string down to the /June/

I’m good with making it only show folders that are larger than 1GB or something.