list({ skip = 0, limit = 50, showKeys = false } = {}) {
    const findServers = this.find()
      .sort({ created: -1 })
      .skip(+skip)
      .limit(+limit);