I end up getting "The result is too large. You should use pagination..." Even if I pass in `options: {'limit': 10}`, it doesn't work. However, if I do the request manually using Net::HTTP and set the limit to 10, it works.