Aggregate or entity without business attributes
问题 Regarding below excerpt, concerning cqrs and ddd, from Patterns, Principles, and Practices of Domain-Driven Design by Nick Tune, Scott Millett Does it mean that domain model on command side can omit most of business attributes ? How would it look like for eg Customer Entity? Could Customer entity omit FirstName, Surname etc? If so, where would these business attributes be? Only in read model in CustomerEntity? Or maybe apart from CustomerEntity containing all business attributes there would