Map<String, dynamic> getStats() => { 'activeTopics': _topics.length, 'topics': _topics.keys.toList(), };