@JsonPropertyOrder( "Module", "FilePath", "Line", "Offset", "Severity", "UniqueID", "Category", "Description", "FileCount, LinesOfCode", "ComplexityTotal", "CoverageTotal", "NumBlockers", "NumCriticals", "NumMajors", "NumMinors", "NumInfos" ) private data class SonarFileStatsCsv( @get:JsonProperty("Module") val module: String, @get:JsonProperty("FilePath") val filePath: String = "-", @get:JsonProperty("Line") val line: String = "-",