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.
@@ -4509,7 +4509,8 @@
4509
4509
  const { api, filter, req: reqParams } = params;
4510
4510
  const data = yield api.POST("files/filtered", filter, exports.Api.PrepReqParams(reqParams));
4511
4511
  return {
4512
- clientFiles: data.Items
4512
+ clientFiles: data.Items,
4513
+ totalCount: data.TotalCount
4513
4514
  };
4514
4515
  });
4515
4516
  }