$this->id, "name" => $this->name, "user" => new SimpleUserResource($this->user), "type" => $this->type, "state" => $this->state, "from" => $this->from->toDisplayString(), "to" => $this->to->toDisplayString(), "comment" => $this->comment, "days" => VacationResource::collection($this->vacations), ]; } }