PvP summary issue

Hello,

There appears to be an issue with the pvp_map_statistics section of the PvP summary API response where the amount of games won/lost can exceed the amount of games played.

An excerpt from my own character’s PvP summary API response, as an example:

    {
      "world_map": {
        "name": "Seething Shore",
        "id": 1803
      },
      "match_statistics": {
        "played": 7,
        "won": 8,
        "lost": 0
      }
    },

And similar, from a guildmate:

    {
      "world_map": {
        "name": "Rated Eye of the Storm",
        "id": 968
      },
      "match_statistics": {
        "played": 4,
        "won": 6,
        "lost": 0
      }
    },

Thank you.

edit: match_statistics appears to inconsistently include data from both rated and unrated games, making it impossible to generate RBG statistics…