feat(core): Add subFolderCount to GET /workflows and /folders (no-changelog) (#13548)

This commit is contained in:
Ricardo Espinoza
2025-03-12 13:33:37 +01:00
committed by GitHub
parent d2df154b49
commit 0066bf890f
6 changed files with 59 additions and 19 deletions

View File

@@ -1321,6 +1321,7 @@ describe('GET /workflows?includeFolders=true', () => {
},
parentFolder: null,
workflowCount: 0,
subFolderCount: 0,
}),
]),
});