Hi, assuming i have the following document design:
{
_id: ObjectID
parent: ObjectID
}
Where parent property references to an existing _id property of another document in the same collection.
Is it possible to obtain both documents (the child and the parent document) with a single query operation?