diff options
-rw-r--r-- | gn_auth/auth/authorisation/resources/groups/views.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gn_auth/auth/authorisation/resources/groups/views.py b/gn_auth/auth/authorisation/resources/groups/views.py index 1e95f09..28f64e2 100644 --- a/gn_auth/auth/authorisation/resources/groups/views.py +++ b/gn_auth/auth/authorisation/resources/groups/views.py @@ -54,7 +54,9 @@ def list_groups(): ).maybe( { "groups": [], - "message": "No groups found!" + "message": "No groups found!", + "total-groups": 0, + "total-filtered": 0 }, lambda _grpdata: _grpdata)) |