## Description During performance optimization of https://github.com/freedomofpress/securedrop-client/pull/2559, we realized it would be valuable to have source-level properties for: * `is_read` - are all the items in the source's collection marked as read * `has_attachment` - is any of the items in the source's collection a file The implementation will look something like https://github.com/freedomofpress/securedrop/issues/7552#issuecomment-3050198384 (and this issue supersedes that one).