OBJECT
Metadata that represents a program.
1type Program implements Metadata {23id: ID 45name: String! 67image: String 89liveImage: String 1011}