Number of images/videos does not match
In the
Administration - Server Status
section it shows shows 19301 photos and 504 videos (= 19805) for that user.
When I run a find on the library I get 19974 files (images and videos).
Then I checked the database and found 19975 entries. (And indeed, one of the assets does not have a matching file on the file system)
```docker-compose exec -u postgres database psql immich -P tuples_only -c 'SELECT "ownerId","originalPath" FROM assets WHERE "ownerId" = '"'5c511457-c
05f-4a36-bbf7-4f33f0913473';" | grep /library/ | wc -l
199752 Replies