UserDto

constructor(id: Int, email: String, name: String, experience: Int, discoveredPlanets: List<PlanetDto>)