MongoDB DBRefs Explained
Not sure that everyone using MongoDB is familiar with ☞ DBRef, so Valya’s post (@valyagolev) will provide enough details to understand it:
And that’s what DBRef exactly is: a type and an id. Take a look at the documentation:
{ $ref : <colname>, $id : <idvalue>[, $db : <dbname>] }