mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 23:29:00 +03:00
feat: add offline library statistics
This commit is contained in:
@@ -18264,6 +18264,11 @@
|
||||
},
|
||||
"LibraryStatsResponseDto": {
|
||||
"properties": {
|
||||
"offline": {
|
||||
"default": 0,
|
||||
"description": "Number of offline assets",
|
||||
"type": "integer"
|
||||
},
|
||||
"photos": {
|
||||
"default": 0,
|
||||
"description": "Number of photos",
|
||||
@@ -18287,6 +18292,7 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"offline",
|
||||
"photos",
|
||||
"total",
|
||||
"usage",
|
||||
|
||||
Reference in New Issue
Block a user