return redirect(Detailselection::getUrl(['article' => $this->article]));and altered the mount-method on the Detailselection-Page like this:dd($article)to the mount-method, I get an empty TypedArticle-model-instance, even tho the URL looks like this: .../detailselection?article=2 (which should load the TypedArticle-Model with ID 2).