Here\'s my OnBindViewHolder function code:
override fun onBindViewHolder(holder: ViewHolder, position: Int) { val country = countries[position] var co