**API Platform version(s) affected**: ^4.0 **Description** When value caste to Enum Api Platform fall with 500 error  **How to reproduce** Add enum cast, example: ```php protected function casts(): array { return [ 'plan' => PlansEnum::class ]; } ```
API Platform version(s) affected: ^4.0
Description

When value caste to Enum Api Platform fall with 500 error
How to reproduce
Add enum cast, example: