I was able to achieve what I wanted by subscribing to a method in the checkout totals javascript class.
'Magento_Checkout/js/model/totals'
totals.getItems().subscribe(function (items) { }.bind(this));