1 2 3 4 5 6 7
package xyz.adjutor.aniki data class News ( val id: Int, val title: String, val description: String )