Overrides SpanDataInterface::getTotalDroppedLinks
public function getTotalDroppedLinks() : int { return max(0, $this->totalRecordedLinks - count($this->links)); }