public function resolveRecord(): ?Product{ return Product::firstOrNew([ 'othet_model_id_id' => OtherModel::where('short_name', $this->data['other_model'])->first()?->id, 'name' => $this->data['name'], ... ]);}