@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.
@@ -2853,7 +2853,7 @@ var GuillotinaClient = /*#__PURE__*/function () {
2853
2853
  objectPath = objectPath.slice(0, -1);
2854
2854
  }
2855
2855
 
2856
- result = [].concat(parser(start.toString(), '_from'), parser(pageSize.toString(), 'size'), parser('*', '_metadata'));
2856
+ result = [].concat(parser(start.toString(), '_from'), parser(pageSize.toString(), '_size'), parser('*', '_metadata'));
2857
2857
 
2858
2858
  if (withDepth) {
2859
2859
  var _parser2;