analytics: async ({ id, keyid }) => {
    return await AnalyticsController().getAnalytics({
      userId: id || keyid,
    });
  },