pub type PropertyObjects<T, B> = Multiset<Indexed<Object<T, B>>>;
pub struct PropertyObjects<T, B> { /* private fields */ }