Magento 2 checkout call custom javascript AFTER order summary block loaded/reloaded

I want to run some javascript code every time the order summary block is loaded/re-loaded.
I am unsure of the best way to do this. I could override the get-totals.js file, but is there a way to subscribe to this event and have some javascript logic run when it is loaded/refreshed?