*/ public function rules(): array { return [ 'song' => 'required|exists:songs,id', ]; } }