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
This design decision was really long time ago, but from what I can remember, it was chosen because id looked cleaner to me as a key for identifier values & not to leak information that underlying DB in such project is MongoDB.
Obviously, to be more versatile library we could support both id and _id. I think it is quite trivial to implement such a feature, so if you're willing I could review PR.
My model need output _id field to frontend of my project.
The text was updated successfully, but these errors were encountered: