Referenceclauseslimitlimit The limit clause is used to limit the number of documents returned from a query: posts.lunaqlquery({ from({ posts: { limit(10); }; }); }); This will return the first 10 posts from the posts collections.havingskip