Annotation Review Summary
data class AnnotationReviewSummary(val reviewNames: Map<AuthorState, List<String>>, val currentUserState: AuthorState)
Summarizes the information about an annotation’s review state. It holds the data of currently set states mapped by the author and the author state for the current user.