Basic Output
The multiple
field type always returns an \Anomaly\Streams\Platform\Entry\EntryCollection
instance of related models.
Example
$entry->example; // Collection of models.
Twig
{% for related in entry.example %}
{{ related.id }}
{% endfor %}