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