notificationsCount
Query
query notificationsCount {
  notificationsCount {
    new
  }
}
Response
{
  "data": {
      "notificationsCount": {
          "new": 987.65
      }
  }
}
query notificationsCount {
  notificationsCount {
    new
  }
}
{
  "data": {
      "notificationsCount": {
          "new": 987.65
      }
  }
}