Type Alias ClientBlogMaxAggregateOutputType
ClientBlogMaxAggregateOutputType: {
authorIcon: string | null;
authorName: string | null;
clientId: string | null;
content: string | null;
createdAt: Date | null;
dbId: string | null;
identifier: string | null;
isPinned: boolean | null;
isPublic: boolean | null;
lastEdited: Date | null;
reactionsCount: number | null;
thumbnail: string | null;
title: string | null;
views: number | null;
}