@ndla/types-backend 0.2.70 → 0.2.71

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.
@@ -220,7 +220,7 @@ export interface IStatus {
220
220
  }
221
221
  export interface ISubjectAggregation {
222
222
  subjectId: string;
223
- totalArticleCount: number;
223
+ publishedArticleCount: number;
224
224
  oldArticleCount: number;
225
225
  revisionCount: number;
226
226
  flowCount: number;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "0.2.70"
30
+ "version": "0.2.71"
31
31
  }