dbReady()
    .then(() => Topic.collection.find({}).toArray())
    .then(mapPromises(function (topic) {
      const count = (topic.participants && topic.participants.length > 0) ? topic.participants.length : 0