pub type ParentIds = SmallVec<[ObjectId; 1]>;
The collection of parent ids we saw as part of the iteration.
Note that this list is truncated if Parents::First was used.
Parents::First
struct ParentIds { /* private fields */ }