Article
data class Article(val source: Source, val author: String?, val title: String, val description: String?, val url: String, val urlToImage: String?, val publishedAt: Instant, val content: String?) : Parcelable
Represents a single news article. This is the domain model, ready to be used in the UI/domain layers.