ConceptsToken StandardsFlow Non-Fungible Token (NFT) StandardMetdataViewsStruct MediaVersion: NextOn this pageStruct Media pub struct Media { pub let file: AnyStruct{File} pub let mediaType: String} View to represent, a file with an correspoiding mediaType. Initializer init(file: AnyStruct{File}, mediaType: String)