Double api calls when limit is applied
I'm seeing weird behaviour where if an explicit limit is applied then the api is called twice once with the desired limit, then again with the limit - 1, if i leave it out and use a default limit it fires once. Is this normal or am i using the query incorrectly?