import Foundation

public struct VideoCategoriesList: Codable {
    public let etag: String
    public let items: [VideoCategory]