This entity represents a generic collection of other entities.
This component can be used to implement things like pagination by putting a list of collection
entities, the pages, inside, for example, a Timeline component.
Any entity that has a Collection component in the list could be treated as a page
where each link in the collection is the actual Message in the list.
This entity represents a generic collection of other entities.
This component can be used to implement things like pagination by putting a list of collection entities, the pages, inside, for example, a
Timelinecomponent.Any entity that has a
Collectioncomponent in the list could be treated as a page where each link in the collection is the actualMessagein the list.