$this->id, "user" => new SimpleUserResource($this->user), "name" => $this->name, "description" => $this->description, "createdAt" => $this->created_at->toDisplayString(), "updatedAt" => $this->updated_at->toDisplayString(), ]; } }