For Pagination the [spec](https://industrialdigitaltwin.io/aas-specifications/IDTA-01002/v3.1.2/http-rest-api/http-rest-api.html#pagination) declares a default value of `100` for the `limit` parameter in requests which omit this. Currently the method [`_get_slice(...)`](https://github.com/eclipse-basyx/basyx-python-sdk/blob/c128a5202a77e548c7c5b69a9a63f2eaf113af52/server/app/interfaces/base.py#L202) applies a default value of `10`. This needs to be corrected.
For Pagination the spec declares a default value of
100for thelimitparameter in requests which omit this.Currently the method
_get_slice(...)applies a default value of10. This needs to be corrected.