diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 91aea13..968ce9a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,10 @@
-
+
+
+
+
diff --git a/pkg/internal/models/account_groups.go b/pkg/internal/models/account_groups.go
new file mode 100644
index 0000000..354abd3
--- /dev/null
+++ b/pkg/internal/models/account_groups.go
@@ -0,0 +1,4 @@
+package models
+
+type AccountGroups struct {
+}