List all folders in the /path/to/parent directory along with their size in (h)uman readable (m)egabytes

<pre class="wp-block-code">```
du -mh /path/to/parent --max-depth=1

```