public function getCommentedSongCount($order = "date", $number = -1) { return count(Song::songsCommentedBy($this->id, $order, $number)); }