public struct GetChannelsResponseItem: Codable {
    var id: String
    var name: String
}
