Recursive foreign key

I have table that describes a tree structure, see attached diagram.

For a grid page I am including the parent - then the generated URI is invalid:

http://localhost:5000/odata/datasource/Nodes?$top=10&$skip=0&$expand=Nodes&$count=true

The expand parameter should be:
expand=Node1

With regards.
alon