toArray($request), [ 'versions' => PublicDocumentVersionResource::collection($this->whenLoaded('versions')), 'audit' => [ 'view_count' => $this->view_count, 'download_count' => $this->download_count, 'last_updated_by' => $this->lastUpdatedBy?->name, 'created_by' => $this->createdBy?->name, ], ] ); } }