Let us assume that two classes exists like Posts and Comments in OrientDB, and Posts class has a linklist-typed property named Comments.
How can I get post @rid and answer json-converted data as a last property of the result like below:
@rid answers
----- -------
#13:1 [{"content":"test answer"},{"content":"test answer 2"}]
#13:2 [{"content":"test answer22"},{"content":"test answer 23"}]