model->get($columns); } public function find(int|string $id, array $columns = ['*']): ?TvaRate { return $this->model->find($id, $columns); } }