@guillotinaweb/react-gmi 0.30.0 → 0.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2392,7 +2392,7 @@ class GuillotinaClient {
2392
2392
  objectPath = objectPath.slice(0, -1);
2393
2393
  }
2394
2394
 
2395
- result = [...parser(start.toString(), '_from'), ...parser(pageSize.toString(), 'size'), ...parser('*', '_metadata')];
2395
+ result = [...parser(start.toString(), '_from'), ...parser(pageSize.toString(), '_size'), ...parser('*', '_metadata')];
2396
2396
 
2397
2397
  if (withDepth) {
2398
2398
  var _parser2;