struct ModelViewer { let file: String let description: String var content: String { "" } }