We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cea41b4 + 0f6fec0 commit f4a24b0Copy full SHA for f4a24b0
1 file changed
forge/db/views/Team.js
@@ -105,6 +105,7 @@ module.exports = function (app) {
105
suspended: d.Team.suspended,
106
role: d.role,
107
instanceCount: d.projectCount,
108
+ deviceCount: d.deviceCount,
109
memberCount: d.memberCount,
110
links: d.Team.links
111
}
0 commit comments