OBJECT
type EpisodeFile {# FilenamefileName: String! # Absolute path to the filesystemfilePath: String! uuid: String! streams: [Stream]! # Total duration of the first video stream in secondstotalDuration: Float # FileSize in bytesfileSize: String! # Get the library for the given filelibrary: Library! }