abstract suspend fun select(cids: List<String>): List<ChannelEntity>
abstract suspend fun select(cid: String?): ChannelEntity?