You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected that the mapper only maps fields named id in top level documents to the _id as it is the convention for mongodb. Currently even id fields of embedded documents are mapped to _id which should not be the case (not needed). Any reasons for that or am i missing something here?