transitionCount(from, to) {
    if(typeof this.failedTransitions[from] === "undefined"){
      return 0;
    }