You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="#count">Populate Virtuals: The Count Option</a></li>
55
56
<li><ahref="#match">Populate Virtuals: The Match Option</a></li>
@@ -275,7 +276,7 @@ story; // null
275
276
276
277
If you want to filter stories by their author's name, you should use [denormalization](https://www.mongodb.com/blog/post/6-rules-of-thumb-for-mongodb-schema-design-part-3).
277
278
278
-
<h3id="limit-vs-perDocumentLimit"><ahref="#limit-vs-perDocumentLimit">limit vs. perDocumentLimit</a></h3>
279
+
<h3id="limit-vs-perDocumentLimit"><ahref="#limit-vs-perDocumentLimit"><code>limit</code> vs. <code>perDocumentLimit</code></a></h3>
279
280
280
281
Populate does support a `limit` option, however, it currently
281
282
does **not** limit on a per-document basis for backwards compatibility. For example,
0 commit comments