bruce-models 1.4.3 → 1.4.4

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.
@@ -4635,7 +4635,8 @@ var ClientFile;
4635
4635
  const { api, filter, req: reqParams } = params;
4636
4636
  const data = yield api.POST("files/filtered", filter, Api.PrepReqParams(reqParams));
4637
4637
  return {
4638
- clientFiles: data.Items
4638
+ clientFiles: data.Items,
4639
+ totalCount: data.TotalCount
4639
4640
  };
4640
4641
  });
4641
4642
  }