How to use type alias to name a Tuple2 pair into a domain type called CartItem
type CartItem[Donut, Int] = Tuple2[Donut, Int]