An Anemic Domain Model is a software design pattern where the domain model is used primarily for data storage, with little or no business logic encapsulated within the domain objects themselves. Instead, business logic is typically implemented in separate service layers that manipulate the data in the domain objects. ## Sources https://martinfowler.com/bliki/AnemicDomainModel.html