// Wrap the relation node source into a feature history populator that can attach them to their
// owning relations.
featurePopulators.add(
new FeatureHistoryPopulator<Relation, RelationMember, DbOrderedFeature<RelationMember>>(
relationNodeIterator, new RelationMemberCollectionLoader()));
return featurePopulators;
}