package xyz.adjutor.aniki data class News ( val id: Int, val title: String, val description: String )