@NodeRelationship(type = "BODY_LAST_EDITED_BY", direction = Direction.OUTGOING)
@FilterProperty
val bodyLastEditedBy: LazyLoadingDelegate<User, NodePropertyDelegate.NodeProperty>

The User who last edited the body of this Comment. If not edited yet, the creator of the Comment.