*/ public function toArray(Request $request): array { return array_merge(parent::toArray($request), [ 'xp' => $this->resource->totalXp(), ]); } }