package com.github.libretube.api.obj import kotlinx.serialization.Serializable @Serializable data class ChannelTabResponse( var content: List = emptyList(), val nextpage: String? = null )