How attach a embbed document in a model? For example in post an user. Post: { title: 'something', body: 'somethng', user: { _id: '1267a6767hs67', name: 'Bruno Cascio', } } How to insert post with that model?