diff --git a/api/handler/user_handler.go b/api/handler/user_handler.go
index e25e08cd..88d5c4e5 100644
--- a/api/handler/user_handler.go
+++ b/api/handler/user_handler.go
@@ -222,6 +222,7 @@ type userProfile struct {
Avatar string `json:"avatar"`
ChatConfig types.ChatConfig `json:"chat_config"`
Calls int `json:"calls"`
+ ImgCalls int `json:"img_calls"`
Tokens int64 `json:"tokens"`
}
diff --git a/web/src/components/ConfigDialog.vue b/web/src/components/ConfigDialog.vue
index 65bede77..c0a775df 100644
--- a/web/src/components/ConfigDialog.vue
+++ b/web/src/components/ConfigDialog.vue
@@ -55,9 +55,12 @@