feat(server): add file_size to API ItemInfo response

This commit is contained in:
2026-03-21 14:03:58 -03:00
parent 0004324301
commit e2cb36d2a8
3 changed files with 62 additions and 17 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Database index on `items(ts)` column for faster ORDER BY sorting
- Server API `ItemInfo` now includes `file_size` — actual filesystem-reported size of the item data file
### Changed