NewsResponse

constructor(success: Boolean? = null, cause: String? = null, news: List<NewsItem>? = null)