ids = $ids; } public function sheets(): array { return [ new Base($this->ids), new ItemTaxes($this->ids), ]; } }