public struct CaptionList: Codable {
    public let etag: String
    public let items: [Caption]
    public let kind: String
}