Creates and returns a new Query that's additionally limited to only return up to the specified number of documents.
Query<T> limit(int limit);