limits on getAll methods
Before this release there was no way to add a limit to the getAll queries, this was a problem when the amount of records returned by the api was greater than 15 (the default value). This way we can send 'all' to get everything or an integer value for the amount of records we want to get.