@NodeRelationship(type = "ANSWERS", direction = Direction.INCOMING)
@FilterProperty
val answeredBy: LazyLoadingDelegate<IssueComment, NodeSetPropertyDelegate.NodeSetProperty>

IssueComments which answer this Comment.