const tagCountQuery = (qUser?: IUser) => {
      return graphqlRequest(
        qryCount,
        'conversationCounts',
        { only: 'byTags' },