Use the Model namespace for:
- API-related attributes:
#[ApiResource],#[ApiProperty] - Serialization groups
- Validation assertions
Use the Entity namespace for Doctrine-related annotations.
By default Model inherits the Entity properties as far as the metadata is concern.