Metamodel Diff Dto
constructor(fromVersionHash: String, toVersionHash: String, empty: Boolean, addedEntityTypes: List<String>, removedEntityTypes: List<String>, modifiedEntityTypes: List<String>, renamedEntityTypes: List<TypeRenameDto>, changedProperties: List<PropertyChangeDto>, addedRelationships: List<String>, removedRelationships: List<String>)