public function removeArticle(Article $article) { ListManager::remove($this, 'articles', $article, ['getId']); return $this; }