Unlock this challenge:
Which of the following is true about the route and controller of the dashboard?
The dashboard controller must extend a special base class.
The route must be built with the #[Route] attribute and live above the index() method.
#[Route]
index()
The dashboard controller must implement a special interface.
The controller is a special tagged service registered by EasyAdmin.