enable post counts

This commit is contained in:
Adam Matthiesen 2024-01-18 01:49:32 -08:00
parent d034e593c8
commit 19385ec6e5
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export const getGhostTagbySlug = async (slug:Nullable<string>) => {
// Get Authors (General "ALL")
export const getGhostAuthors = async () => {
const ghostAuthors:Authors = await api.authors.browse();
const ghostAuthors:Authors = await api.authors.browse({include:`count.posts`});
return ghostAuthors; }
// Get Pages (ALL)