ClientBlogScalarFieldEnum: {
    authorIcon: "authorIcon";
    authorName: "authorName";
    clientId: "clientId";
    content: "content";
    createdAt: "createdAt";
    dbId: "dbId";
    identifier: "identifier";
    isPinned: "isPinned";
    isPublic: "isPublic";
    lastEdited: "lastEdited";
    reactions: "reactions";
    reactionsCount: "reactionsCount";
    tags: "tags";
    thumbnail: "thumbnail";
    title: "title";
    views: "views";
}