OBJECT
1type ActivityStreamsActivityStreamCollection { 2current_page: Int! 3has_next_page: Boolean! 4has_previous_page: Boolean! 5per_page: Int! 6results: [ActivityStreamsActivity!] 7total_entries: Int! 8total_pages: Int! 9unread_count: Int! 10}