How can I access the collectionSize when using a filter
<tr *ngFor="let t of types | generalfilter:filter
| slice:(page-1)*itemsPerPage:page*itemsPerPage">
in a way that number of filtered items is visible within the ngb-pagination ?
<ngb-pagination [collectionSize]="????"