$this->id, 'title' => $this->title, 'reading_time' => $this->reading_time, ]; } public function jsonOptions() { return JSON_PRESERVE_ZERO_FRACTION; } }