import Foundation
struct CommentsPage {
var comments = [Comment]()
var nextPage: String?
var disabled = false
}