In sample below, the post to author relationship is setup as one to one in the DbContext however in the database author 1 has 2 posts (post1 and post2). The code loads the author then loads post 1 ...