"mixed", 'active' => "string" ])] public function run(): array { return [ 'users' => $this->findUserTask->all(['groups']), 'active' => 'users' ]; } }