Marcel Overdijk
val
val countryOfBirth: CountryResource? = if (person.countryOfBirth != null) CountryResource(person.countryOfBirth!!) else null