['required', 'max:255'], ]; } public function getDto(): StoreUpdate { return new StoreUpdate( title: $this->input('title'), ); } }