public struct AuthorInfo {
    let authorId: String?
    let displayName: String
    let imageUrl: String?
}
