Divi does not come with default option for cart count on menu so I'm able to achieve this by editing wp-content/themes/Divi/includes/builder/module/Menu.php but the problem it does not work if the file is put on child theme.
Note
- I tried put it in same path as parent theme
- tried to put it in "includes" directory
- menu is build using divi builder so editing header.php is no use.