import Foundation struct ShapeModel: Identifiable { var type: String var percent: Decimal var id = UUID() }