>>142
class Author ... {
int countArticle() { return articles().count(); }
}

でSortOrderingでcountArticleを指定。速度の保証はしない。