Returns the number of items in this array.
@link http://php.net/manual/en/countable.count.php Countable::count()
public function count() : int { return count($this->data); }