I need to retrieve a subdocument by id. My abbreviated schema is:
OfferSchema.add({ counterOffers: { type: [OfferSchema] }, ... });
I\'