$unset operator turns a simple object into array
I have a Project
entity (projects
collection). Each Project
belongs to an organization represented by Project.orgId
and has an author Project.author
taken from users
collection.
I have a Project
entity (projects
collection). Each Project
belongs to an organization represented by Project.orgId
and has an author Project.author
taken from users
collection.