i am moving a Code first EF project to a DB first project, cause we need to add our project to an existing DB and use some of the existing tables.
when i run the CodeFirst project it returns the correct JSON:

, but when i do the same on the DB first project it only returns the first object, and returns $refs for all the other objects.
