
The checkout.cart.totals block contants the single Magento_Checkout/js/view/cart/totals UI component:
The Magento_Checkout/js/view/cart/totals UI component contains the 3 primary UI components:
1. subtotal (Magento_Checkout/js/view/summary/subtotal)

2. shipping (Magento_Checkout/js/view/cart/totals/shipping)

3. grand-total (Magento_Checkout/js/view/summary/grand-total)

The Magento_Checkout/js/view/cart/totals UI component can also contain additional UI components:
4. before_grandtotal, discount (Magento_SalesRule/js/view/cart/totals/discount)

5. tax (Magento_Tax/js/view/checkout/cart/totals/tax)
