Map<String, dynamic> toJSON() => { 'followedBy': _followedBy?.toJSON(), 'query': _searchTerm, 'suggested': _suggested, };