pub fn list_values<'a, T: Clone + Timestamped>( matches: &'a [(&'a Key, &'a T)], filters: &'a ListParams, ) -> ListResults<T>