@NodeRelationship(type = "RELATED_ISSUE", direction = Direction.OUTGOING)
@FilterProperty
val relatedIssue: LazyLoadingDelegate<Issue?, NodePropertyDelegate.NodeProperty>

The end of the relation, null if deleted.