File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ const getLink = link => {
165165 price : ( isAcquisition || isStream ) ? getPrice ( link ) : undefined ,
166166 indirectAcquisition : ( isAcquisition || isStream ) ? getIndirectAcquisition ( link ) : undefined ,
167167 // --- Pagination / Facet Counters ---
168- numberOfItems : thrCount != null ? Number ( thrCount ) : ( isFacet && fallbackCount != null ) ? Number ( fallbackCount ) : undefined ,
168+ numberOfItems : thrCount != null ? Number ( thrCount ) : ( ! isStream && fallbackCount != null ) ? Number ( fallbackCount ) : undefined ,
169169 'pse:count' : isStream && ( pseCount ?? fallbackCount ) != null ? Number ( pseCount ?? fallbackCount ) : undefined ,
170170 'pse:lastRead' : isStream && pseLastRead != null ? Number ( pseLastRead ) : undefined ,
171171 'pse:lastReadDate' : isStream ? pseLastReadDate ?? undefined : undefined ,
You can’t perform that action at this time.
0 commit comments