in src/main/kotlin/org/jetbrains/teamcity/rest/models/buildType/Investigations.kt [31:35]
override fun items(): List<Investigation> { if (investigation == null) return emptyList() return investigation }