$models * @return TCollection */ public function newCollection(array $models = []) { return new static::$collectionClass($models); } }