diff --git a/restapi/index.php b/restapi/index.php index c09d199a6..a2d255285 100644 --- a/restapi/index.php +++ b/restapi/index.php @@ -3002,7 +3002,7 @@ final class SeedDMS_RestapiController { /* {{{ */ return $check; $data = []; - foreach (array('docstotal', 'folderstotal', 'userstotal') as $type) { + foreach (array('docstotal', 'folderstotal', 'userstotal', 'groupstotal', 'categoriestotal') as $type) { $total = $dms->getStatisticalData($type); $data[$type] = $total; }