PostAuthor: {
    artistOfficialProfile?: PostAuthorOfficialProfile;
    communityId: number;
    hasOfficialMark: boolean;
    joined: boolean;
    memberId: string;
    memberJoinStatus: string;
    myProfile: boolean;
    profileImageUrl: string;
    profileName: string;
    profileSpaceStatus: string;
    profileType: string;
}