Considering we have the following:
typealias Fruit = String typealias Count = Int struct Smoothie { let uuid: String let fruits: [Fruit: Count] } let smoo