autors overview

This commit is contained in:
HolgerHatGarKeineNode
2023-03-15 16:13:24 +01:00
parent 5f677d3a2c
commit 38c5044490

View File

@@ -17,6 +17,7 @@ class AuthorsOverview extends Component
->withCount([
'libraryItems' => fn($query) => $query->where('library_items.news', true),
])
->orderByDesc('library_items_count')
->get(),
]);
}