Map<String, dynamic> toJSON() => { 'followerId': follower?.toJSON(), 'labels': labels, 'properties': properties, 'searchTerm': searchTerm ?? '', 'trending': trending };