*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'date' => $this->date, 'value' => $this->value, ]; } }