E.g. in a domain model with two aggregate roots:
- book
- author
Is there a specific term that refers to a collection of aggregates of the same root type (e.g. a collection of books
)?
In Confusion about the meaning of the word aggregate in domain driven design I read the term aggregate type, which might or might not fit, but I haven't found a direct mention in Evan's blue book.