addType('id','integer'); } public function jsonSerialize() { return [ 'id' => $this->id, 'name' => $this->title, ]; } }