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
55
<li><ahref="#match">Populate Virtuals: The Match Option</a></li>
@@ -275,7 +275,7 @@ story; // null
275
275
276
276
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
277
278
-
<h3id="limit-vs-perDocumentLimit"><ahref="#limit-vs-perDocumentLimit">limit vs. perDocumentLimit</a></h3>
278
+
<h3id="limit-vs-perDocumentLimit"><ahref="#limit-vs-perDocumentLimit"><code>limit</code> vs. <code>perDocumentLimit</code></a></h3>
279
279
280
280
Populate does support a `limit` option, however, it currently
281
281
does **not** limit on a per-document basis for backwards compatibility. For example,
0 commit comments