*/ public function rules(): array { return [ 'media_path' => ['string', new MediaPath()], ]; } }