OBJECT
type VideoFrame implements Node {id: ID! key: String! bucket: String! # The url of the image.url: String faces: Map # The video that this frame belongs to.video: Video }