public function EntityCollection::getTotalCount in JSON:API 8
File
- src/Resource/ EntityCollection.php, line 75 
Class
- EntityCollection
- Wrapper to normalize collections with multiple entities.
Namespace
Drupal\jsonapi\ResourceCode
public function getTotalCount() {
  return $this->count;
}