models = $models; $this->totalCount = $totalCount ?? count($models); } /** * @return int */ public function getTotalCount() { return $this->totalCount; } }