Extend the child view of the ‘Header.Profile.View’ view. added example below
_.extend(HeaderProfileView.prototype.childViews, {
AddRewardView: function () {
return new HeaderRPView({
model: this.model,
application: this.options.application
});
},
});