*/ public function toArray(Request $request): array { return [ ...parent::toArray($request), 'period' => PlanService::getLegacyPeriod((string)$this->period), 'plan' => $this->whenLoaded('plan', fn() => PlanResource::make($this->plan)), ]; } }