OBJECT
Key-value pairs -- a generic way to represent metadata
1type KVP implements Metadata {23name: String! 45value: [Property] 67}