Please add a way to return a specified number of results without pagination, i.e. set a limit in the SQL query without performing a count query or returning paging information. That would save significant time and data when pagination is not needed. Thanks.