aggregates

An aggregate is an objekt that displays a group of other objekts.

Menus select a bunch of pages that they point to, and then they display links to those pages.

Some front page objects have several boxes in which they display other objects.

ObjectCollection is the usual way to select the objects to include in the aggregate.

aggregates should usually do:
species() { return "aggregate"; }