Entity collection
Allowing the entity collection (id's)
array( // #5
'parents' => [1, 2, 3],
),
setParents(entity(1)),
setParents(entity(2)),
setParents(entity(3)),