*/ public function execute(User $user): array { return $this->scheduleRepository->findAllForUser($user); } }