data class Links
<init>
Links(homepage: String? = null, donate: String? = null)
donate
val donate: String?
homepage
val homepage: String?