RED-8972: numberOfComments missing in entityLog

* re-add numberOfComments to EntityLogEntryResponse
This commit is contained in:
maverickstuder 2024-04-16 12:52:47 +02:00
parent e00ea01803
commit e510f07be9

View File

@ -73,4 +73,6 @@ public class EntityLogEntryResponse {
@Builder.Default
Set<String> importedRedactionIntersections = new HashSet<>();
int numberOfComments;
}