sam
data class Type(val name: String, other: String) // in tests it("should have proper result") { result.extracting(::name) shouldBe ("firstName", "secondResult") }