immich/mobile/openapi/doc/ServerStatsResponseDto.md

789 B

openapi.model.ServerStatsResponseDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
photos int Total number of photos
usage int Total storage usage in bytes
usageByUser List Array of usage for each user [default to const []]
usagePhotos int Storage usage for photos in bytes
usageVideos int Storage usage for videos in bytes
videos int Total number of videos

[Back to Model list] [Back to API list] [Back to README]