`SimplePaginatedList->limit` is a protected property with a default value of 10 and no setter: https://github.com/scriptotek/php-alma-client/blob/536c67f62619d0d700df1916443e388d319619af/src/Model/SimplePaginatedList.php#L19 Legitimate values, for endpoints supporting the `limit` parameter, are 0 - 100.
SimplePaginatedList->limitis a protected property with a default value of 10 and no setter:php-alma-client/src/Model/SimplePaginatedList.php
Line 19 in 536c67f
Legitimate values, for endpoints supporting the
limitparameter, are 0 - 100.