pub type SharedFrecency = Arc<RwLock<Option<FrecencyTracker>>>;
pub struct SharedFrecency { /* private fields */ }