rewards->pluck('id')->map(function ($id) { return (int) $id; })->toArray(); return [ 'id' => $this->id, 'name' => $this->name, 'description' => $this->description, 'reward_ids' => $rewardIds ]; } }