*/ public function toArray(Request $request): array { return [ ...$this->resource->toArray(), 'admitted_today' => $this->latestMigration->admittedInCurrent ]; } }