How can I save with a empty ObjectId. I wanna create a item, thats not attach to any user yet. So the owner has to be a empty ObjectId.
How to do this?
If you made the owner a required field then you must set a value, otherwise you may leave it null/undefined when saving.