diff --git a/docs/models.md b/docs/models.md index 13faf52..3bd686b 100644 --- a/docs/models.md +++ b/docs/models.md @@ -191,6 +191,7 @@ For a comprehensive guide on scopes, including parameterized scopes, caching, an ## Creating and flushing +```js // Query with filters const publishedPosts = await user.posts.where({ published: true }); ```