YS
this._getStatistics(1),
this._getStatistics(2),
this._getStatistics(3),
this._getStatistics(4),
this._getStatistics(5)
]).subscribe(([active, notActive, approve, notApprove, total]) => {
this.userItems.active = active;
this.userItems.notActive = notActive;
this.userItems.approve = approve;
...;
})
типо такого