I am trying to use DTO projection, to get only selected relation by the DTO to optimize Neo4j query.
It works fine with normal fields but when I try to get insight relationship with the projected fields, it returns null.
This is my Node entity
@Node...