pub fn list_sessions(
home: &Path,
max_age_hours: Option<u64>,
limit: usize,
) -> Result<Vec<SessionCandidate>, RestoreError>pub fn list_sessions(
home: &Path,
max_age_hours: Option<u64>,
limit: usize,
) -> Result<Vec<SessionCandidate>, RestoreError>