diff options
author | thedroid <andrew@thedrummonds.ky> | 2023-08-01 20:52:53 -0500 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2023-08-06 12:45:15 -0700 |
commit | b1fa1d585ab84225247dc1c63087de36bca1b9de (patch) | |
tree | 70cd371bdb446c29cfff40d1fae6b470d78d3edd /dummy-data/immich/api | |
parent | b8e3f74e59db8c0d611f2b1e87a8bc46ac42d08e (diff) | |
download | homer-b1fa1d585ab84225247dc1c63087de36bca1b9de.tar.gz homer-b1fa1d585ab84225247dc1c63087de36bca1b9de.tar.zst homer-b1fa1d585ab84225247dc1c63087de36bca1b9de.zip |
Add dummy data
Diffstat (limited to 'dummy-data/immich/api')
-rw-r--r-- | dummy-data/immich/api/server-info/stats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dummy-data/immich/api/server-info/stats b/dummy-data/immich/api/server-info/stats new file mode 100644 index 0000000..2f83d0d --- /dev/null +++ b/dummy-data/immich/api/server-info/stats | |||
@@ -0,0 +1 @@ | |||
{"photos":25754,"videos":1774,"usage":123142197784,"usageByUser":[{"userId":"28eff0e8-60b3-4b4c-9236-bd48559b1400","userFirstName":"John","userLastName":"Doe","photos":14153,"videos":501,"usage":54391364678},{"userId":"f3051051-9794-3470-b253-d1d7c1d46ef3","userFirstName":"John","userLastName":"Doe","photos":0,"videos":0,"usage":0},{"userId":"940bd5e2-bf3d-33e6-86b6-b9d60a1d1e06","userFirstName":"Jane","userLastName":"Doe","photos":11601,"videos":1273,"usage":68750833106}]} | |||