@NodeRelationship(type = "ANSWERS", direction = Direction.OUTGOING)
@FilterProperty
val answers: LazyLoadingDelegate<Comment?, NodePropertyDelegate.NodeProperty>

The Comment this IssueComment is an answers to.