{
  "type": "File",
  "start": 0,
  "end": 6075,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 202,
      "column": 0
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 6075,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 202,
        "column": 0
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 49,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 49
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 9,
            "end": 27,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 27
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 9,
              "end": 15,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9
                },
                "end": {
                  "line": 1,
                  "column": 15
                },
                "identifierName": "SEARCH"
              },
              "name": "SEARCH"
            },
            "local": {
              "type": "Identifier",
              "start": 19,
              "end": 27,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 19
                },
                "end": {
                  "line": 1,
                  "column": 27
                },
                "identifierName": "ENDPOINT"
              },
              "name": "ENDPOINT"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 35,
          "end": 48,
          "loc": {
            "start": {
              "line": 1,
              "column": 35
            },
            "end": {
              "line": 1,
              "column": 48
            }
          },
          "extra": {
            "rawValue": "../Endpoint",
            "raw": "'../Endpoint'"
          },
          "value": "../Endpoint"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 50,
        "end": 82,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 32
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 57,
            "end": 64,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 57,
              "end": 64,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 14
                },
                "identifierName": "Fetcher"
              },
              "name": "Fetcher"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 70,
          "end": 81,
          "loc": {
            "start": {
              "line": 2,
              "column": 20
            },
            "end": {
              "line": 2,
              "column": 31
            }
          },
          "extra": {
            "rawValue": "./Fetcher",
            "raw": "'./Fetcher'"
          },
          "value": "./Fetcher"
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Search API.\n * @see https://docs-en.kkbox.codes/v1.1/reference#search\n ",
            "start": 84,
            "end": 164,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 165,
        "end": 2342,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 89,
            "column": 1
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 180,
          "end": 2342,
          "loc": {
            "start": {
              "line": 8,
              "column": 15
            },
            "end": {
              "line": 89,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 186,
            "end": 199,
            "loc": {
              "start": {
                "line": 8,
                "column": 21
              },
              "end": {
                "line": 8,
                "column": 34
              },
              "identifierName": "SearchFetcher"
            },
            "name": "SearchFetcher",
            "leadingComments": null
          },
          "superClass": {
            "type": "Identifier",
            "start": 208,
            "end": 215,
            "loc": {
              "start": {
                "line": 8,
                "column": 43
              },
              "end": {
                "line": 8,
                "column": 50
              },
              "identifierName": "Fetcher"
            },
            "name": "Fetcher"
          },
          "body": {
            "type": "ClassBody",
            "start": 216,
            "end": 2342,
            "loc": {
              "start": {
                "line": 8,
                "column": 51
              },
              "end": {
                "line": 89,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 245,
                "end": 500,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 2
                  },
                  "end": {
                    "line": 29,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 245,
                  "end": 256,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 2
                    },
                    "end": {
                      "line": 12,
                      "column": 13
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 257,
                    "end": 261,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 14
                      },
                      "end": {
                        "line": 12,
                        "column": 18
                      },
                      "identifierName": "http"
                    },
                    "name": "http"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 263,
                    "end": 279,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 20
                      },
                      "end": {
                        "line": 12,
                        "column": 36
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 263,
                      "end": 272,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 20
                        },
                        "end": {
                          "line": 12,
                          "column": 29
                        },
                        "identifierName": "territory"
                      },
                      "name": "territory"
                    },
                    "right": {
                      "type": "StringLiteral",
                      "start": 275,
                      "end": 279,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 32
                        },
                        "end": {
                          "line": 12,
                          "column": 36
                        }
                      },
                      "extra": {
                        "rawValue": "TW",
                        "raw": "'TW'"
                      },
                      "value": "TW"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 281,
                  "end": 500,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 38
                    },
                    "end": {
                      "line": 29,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 287,
                      "end": 310,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 4
                        },
                        "end": {
                          "line": 13,
                          "column": 27
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 287,
                        "end": 309,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 4
                          },
                          "end": {
                            "line": 13,
                            "column": 26
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 287,
                          "end": 292,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 4
                            },
                            "end": {
                              "line": 13,
                              "column": 9
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 293,
                            "end": 297,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 10
                              },
                              "end": {
                                "line": 13,
                                "column": 14
                              },
                              "identifierName": "http"
                            },
                            "name": "http"
                          },
                          {
                            "type": "Identifier",
                            "start": 299,
                            "end": 308,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 16
                              },
                              "end": {
                                "line": 13,
                                "column": 25
                              },
                              "identifierName": "territory"
                            },
                            "name": "territory"
                          }
                        ]
                      },
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * @ignore\n     ",
                          "start": 316,
                          "end": 342,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 4
                            },
                            "end": {
                              "line": 17,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 347,
                      "end": 381,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 4
                        },
                        "end": {
                          "line": 18,
                          "column": 38
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 347,
                        "end": 380,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 4
                          },
                          "end": {
                            "line": 18,
                            "column": 37
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 347,
                          "end": 368,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 4
                            },
                            "end": {
                              "line": 18,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 347,
                            "end": 351,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 4
                              },
                              "end": {
                                "line": 18,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 352,
                            "end": 368,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 9
                              },
                              "end": {
                                "line": 18,
                                "column": 25
                              },
                              "identifierName": "filterConditions"
                            },
                            "name": "filterConditions"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 371,
                          "end": 380,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 28
                            },
                            "end": {
                              "line": 18,
                              "column": 37
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * @ignore\n     ",
                          "start": 316,
                          "end": 342,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 4
                            },
                            "end": {
                              "line": 17,
                              "column": 7
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * @ignore\n     ",
                          "start": 387,
                          "end": 413,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 4
                            },
                            "end": {
                              "line": 22,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 418,
                      "end": 437,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 4
                        },
                        "end": {
                          "line": 23,
                          "column": 23
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 418,
                        "end": 436,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 4
                          },
                          "end": {
                            "line": 23,
                            "column": 22
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 418,
                          "end": 424,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 4
                            },
                            "end": {
                              "line": 23,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 418,
                            "end": 422,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 4
                              },
                              "end": {
                                "line": 23,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 423,
                            "end": 424,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 9
                              },
                              "end": {
                                "line": 23,
                                "column": 10
                              },
                              "identifierName": "q"
                            },
                            "name": "q"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 427,
                          "end": 436,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 13
                            },
                            "end": {
                              "line": 23,
                              "column": 22
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * @ignore\n     ",
                          "start": 387,
                          "end": 413,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 4
                            },
                            "end": {
                              "line": 22,
                              "column": 7
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * @ignore\n     ",
                          "start": 443,
                          "end": 469,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 4
                            },
                            "end": {
                              "line": 27,
                              "column": 7
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 474,
                      "end": 496,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 4
                        },
                        "end": {
                          "line": 28,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 474,
                        "end": 495,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 4
                          },
                          "end": {
                            "line": 28,
                            "column": 25
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 474,
                          "end": 483,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 4
                            },
                            "end": {
                              "line": 28,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 474,
                            "end": 478,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 4
                              },
                              "end": {
                                "line": 28,
                                "column": 8
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 479,
                            "end": 483,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 9
                              },
                              "end": {
                                "line": 28,
                                "column": 13
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 486,
                          "end": 495,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 16
                            },
                            "end": {
                              "line": 28,
                              "column": 25
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n     * @ignore\n     ",
                          "start": 443,
                          "end": 469,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 4
                            },
                            "end": {
                              "line": 27,
                              "column": 7
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * @ignore\n   ",
                    "start": 220,
                    "end": 242,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 2
                      },
                      "end": {
                        "line": 11,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Filter what you don't want when search.\n   *\n   * @param {Object} [conditions] - search conditions.\n   * @param {string} conditions.track - track's name.\n   * @param {string} conditions.album - album's name.\n   * @param {string} conditions.artist - artist's name.\n   * @param {string} conditions.playlist - playlist's title.\n   * @param {string} conditions.availableTerritory - tracks and albums available territory.\n   * @return {Search}\n   * @example\n   * api.searchFetcher\n   *  .setSearchCriteria('五月天 好好')\n   *  .filter({artist: '五月天'})\n   *  .fetchSearchResult();\n   ",
                    "start": 504,
                    "end": 1088,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 2
                      },
                      "end": {
                        "line": 46,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1091,
                "end": 1177,
                "loc": {
                  "start": {
                    "line": 47,
                    "column": 2
                  },
                  "end": {
                    "line": 50,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1091,
                  "end": 1097,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 2
                    },
                    "end": {
                      "line": 47,
                      "column": 8
                    },
                    "identifierName": "filter"
                  },
                  "name": "filter",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 1098,
                    "end": 1113,
                    "loc": {
                      "start": {
                        "line": 47,
                        "column": 9
                      },
                      "end": {
                        "line": 47,
                        "column": 24
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1098,
                      "end": 1108,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 9
                        },
                        "end": {
                          "line": 47,
                          "column": 19
                        },
                        "identifierName": "conditions"
                      },
                      "name": "conditions"
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "start": 1111,
                      "end": 1113,
                      "loc": {
                        "start": {
                          "line": 47,
                          "column": 22
                        },
                        "end": {
                          "line": 47,
                          "column": 24
                        }
                      },
                      "properties": []
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1115,
                  "end": 1177,
                  "loc": {
                    "start": {
                      "line": 47,
                      "column": 26
                    },
                    "end": {
                      "line": 50,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1121,
                      "end": 1156,
                      "loc": {
                        "start": {
                          "line": 48,
                          "column": 4
                        },
                        "end": {
                          "line": 48,
                          "column": 39
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1121,
                        "end": 1155,
                        "loc": {
                          "start": {
                            "line": 48,
                            "column": 4
                          },
                          "end": {
                            "line": 48,
                            "column": 38
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1121,
                          "end": 1142,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 4
                            },
                            "end": {
                              "line": 48,
                              "column": 25
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1121,
                            "end": 1125,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 4
                              },
                              "end": {
                                "line": 48,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1126,
                            "end": 1142,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 9
                              },
                              "end": {
                                "line": 48,
                                "column": 25
                              },
                              "identifierName": "filterConditions"
                            },
                            "name": "filterConditions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1145,
                          "end": 1155,
                          "loc": {
                            "start": {
                              "line": 48,
                              "column": 28
                            },
                            "end": {
                              "line": 48,
                              "column": 38
                            },
                            "identifierName": "conditions"
                          },
                          "name": "conditions"
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1161,
                      "end": 1173,
                      "loc": {
                        "start": {
                          "line": 49,
                          "column": 4
                        },
                        "end": {
                          "line": 49,
                          "column": 16
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 1168,
                        "end": 1172,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 11
                          },
                          "end": {
                            "line": 49,
                            "column": 15
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Filter what you don't want when search.\n   *\n   * @param {Object} [conditions] - search conditions.\n   * @param {string} conditions.track - track's name.\n   * @param {string} conditions.album - album's name.\n   * @param {string} conditions.artist - artist's name.\n   * @param {string} conditions.playlist - playlist's title.\n   * @param {string} conditions.availableTerritory - tracks and albums available territory.\n   * @return {Search}\n   * @example\n   * api.searchFetcher\n   *  .setSearchCriteria('五月天 好好')\n   *  .filter({artist: '五月天'})\n   *  .fetchSearchResult();\n   ",
                    "start": 504,
                    "end": 1088,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 2
                      },
                      "end": {
                        "line": 46,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Init the search fetcher for the artist, album, track or playlist.\n   *\n   * @param {string} q - The keyword to be searched.\n   * @param {string} [type] - ['artist', 'album', 'track', 'playlist'] The type of search. Default to search all types. If you want to use multiple type at the same time, you may use ',' to separate them.\n   * @return {Search}\n   * @see https://docs-en.kkbox.codes/v1.1/reference#search_1\n   ",
                    "start": 1181,
                    "end": 1608,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 2
                      },
                      "end": {
                        "line": 59,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1611,
                "end": 1710,
                "loc": {
                  "start": {
                    "line": 60,
                    "column": 2
                  },
                  "end": {
                    "line": 64,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1611,
                  "end": 1628,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 2
                    },
                    "end": {
                      "line": 60,
                      "column": 19
                    },
                    "identifierName": "setSearchCriteria"
                  },
                  "name": "setSearchCriteria",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1629,
                    "end": 1630,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 20
                      },
                      "end": {
                        "line": 60,
                        "column": 21
                      },
                      "identifierName": "q"
                    },
                    "name": "q"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1632,
                    "end": 1648,
                    "loc": {
                      "start": {
                        "line": 60,
                        "column": 23
                      },
                      "end": {
                        "line": 60,
                        "column": 39
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1632,
                      "end": 1636,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 23
                        },
                        "end": {
                          "line": 60,
                          "column": 27
                        },
                        "identifierName": "type"
                      },
                      "name": "type"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 1639,
                      "end": 1648,
                      "loc": {
                        "start": {
                          "line": 60,
                          "column": 30
                        },
                        "end": {
                          "line": 60,
                          "column": 39
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1650,
                  "end": 1710,
                  "loc": {
                    "start": {
                      "line": 60,
                      "column": 41
                    },
                    "end": {
                      "line": 64,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1656,
                      "end": 1667,
                      "loc": {
                        "start": {
                          "line": 61,
                          "column": 4
                        },
                        "end": {
                          "line": 61,
                          "column": 15
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1656,
                        "end": 1666,
                        "loc": {
                          "start": {
                            "line": 61,
                            "column": 4
                          },
                          "end": {
                            "line": 61,
                            "column": 14
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1656,
                          "end": 1662,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 4
                            },
                            "end": {
                              "line": 61,
                              "column": 10
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1656,
                            "end": 1660,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 4
                              },
                              "end": {
                                "line": 61,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1661,
                            "end": 1662,
                            "loc": {
                              "start": {
                                "line": 61,
                                "column": 9
                              },
                              "end": {
                                "line": 61,
                                "column": 10
                              },
                              "identifierName": "q"
                            },
                            "name": "q"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1665,
                          "end": 1666,
                          "loc": {
                            "start": {
                              "line": 61,
                              "column": 13
                            },
                            "end": {
                              "line": 61,
                              "column": 14
                            },
                            "identifierName": "q"
                          },
                          "name": "q"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1672,
                      "end": 1689,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 4
                        },
                        "end": {
                          "line": 62,
                          "column": 21
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1672,
                        "end": 1688,
                        "loc": {
                          "start": {
                            "line": 62,
                            "column": 4
                          },
                          "end": {
                            "line": 62,
                            "column": 20
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1672,
                          "end": 1681,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 4
                            },
                            "end": {
                              "line": 62,
                              "column": 13
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1672,
                            "end": 1676,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 4
                              },
                              "end": {
                                "line": 62,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1677,
                            "end": 1681,
                            "loc": {
                              "start": {
                                "line": 62,
                                "column": 9
                              },
                              "end": {
                                "line": 62,
                                "column": 13
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1684,
                          "end": 1688,
                          "loc": {
                            "start": {
                              "line": 62,
                              "column": 16
                            },
                            "end": {
                              "line": 62,
                              "column": 20
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1694,
                      "end": 1706,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 4
                        },
                        "end": {
                          "line": 63,
                          "column": 16
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 1701,
                        "end": 1705,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 11
                          },
                          "end": {
                            "line": 63,
                            "column": 15
                          }
                        }
                      }
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Init the search fetcher for the artist, album, track or playlist.\n   *\n   * @param {string} q - The keyword to be searched.\n   * @param {string} [type] - ['artist', 'album', 'track', 'playlist'] The type of search. Default to search all types. If you want to use multiple type at the same time, you may use ',' to separate them.\n   * @return {Search}\n   * @see https://docs-en.kkbox.codes/v1.1/reference#search_1\n   ",
                    "start": 1181,
                    "end": 1608,
                    "loc": {
                      "start": {
                        "line": 52,
                        "column": 2
                      },
                      "end": {
                        "line": 59,
                        "column": 5
                      }
                    }
                  }
                ],
                "trailingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Fetch the search result.\n   *\n   * @param {number} [limit] - The size of one page.\n   * @param {number} [offset] - The offset index for first element.\n   * @return {Promise}\n   * @example\n   * api.searchFetcher\n   *  .setSearchCriteria('五月天 好好')\n   *  .fetchSearchResult();\n   * @see https://docs-en.kkbox.codes/v1.1/reference#search_1\n   ",
                    "start": 1714,
                    "end": 2064,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 2
                      },
                      "end": {
                        "line": 77,
                        "column": 5
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2067,
                "end": 2340,
                "loc": {
                  "start": {
                    "line": 78,
                    "column": 2
                  },
                  "end": {
                    "line": 88,
                    "column": 3
                  }
                },
                "static": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2067,
                  "end": 2084,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 2
                    },
                    "end": {
                      "line": 78,
                      "column": 19
                    },
                    "identifierName": "fetchSearchResult"
                  },
                  "name": "fetchSearchResult",
                  "leadingComments": null
                },
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 2085,
                    "end": 2102,
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 20
                      },
                      "end": {
                        "line": 78,
                        "column": 37
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 2085,
                      "end": 2090,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 20
                        },
                        "end": {
                          "line": 78,
                          "column": 25
                        },
                        "identifierName": "limit"
                      },
                      "name": "limit"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 2093,
                      "end": 2102,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 28
                        },
                        "end": {
                          "line": 78,
                          "column": 37
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 2104,
                    "end": 2122,
                    "loc": {
                      "start": {
                        "line": 78,
                        "column": 39
                      },
                      "end": {
                        "line": 78,
                        "column": 57
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 2104,
                      "end": 2110,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 39
                        },
                        "end": {
                          "line": 78,
                          "column": 45
                        },
                        "identifierName": "offset"
                      },
                      "name": "offset"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 2113,
                      "end": 2122,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 48
                        },
                        "end": {
                          "line": 78,
                          "column": 57
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2124,
                  "end": 2340,
                  "loc": {
                    "start": {
                      "line": 78,
                      "column": 59
                    },
                    "end": {
                      "line": 88,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2130,
                      "end": 2336,
                      "loc": {
                        "start": {
                          "line": 79,
                          "column": 4
                        },
                        "end": {
                          "line": 87,
                          "column": 33
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 2137,
                        "end": 2335,
                        "loc": {
                          "start": {
                            "line": 79,
                            "column": 11
                          },
                          "end": {
                            "line": 87,
                            "column": 32
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2137,
                          "end": 2314,
                          "loc": {
                            "start": {
                              "line": 79,
                              "column": 11
                            },
                            "end": {
                              "line": 87,
                              "column": 11
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 2137,
                            "end": 2302,
                            "loc": {
                              "start": {
                                "line": 79,
                                "column": 11
                              },
                              "end": {
                                "line": 86,
                                "column": 8
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2137,
                              "end": 2157,
                              "loc": {
                                "start": {
                                  "line": 79,
                                  "column": 11
                                },
                                "end": {
                                  "line": 80,
                                  "column": 10
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2137,
                                "end": 2146,
                                "loc": {
                                  "start": {
                                    "line": 79,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 79,
                                    "column": 20
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2137,
                                  "end": 2141,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 15
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2142,
                                  "end": 2146,
                                  "loc": {
                                    "start": {
                                      "line": 79,
                                      "column": 16
                                    },
                                    "end": {
                                      "line": 79,
                                      "column": 20
                                    },
                                    "identifierName": "http"
                                  },
                                  "name": "http"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2154,
                                "end": 2157,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 7
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 10
                                  },
                                  "identifierName": "get"
                                },
                                "name": "get"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2158,
                                "end": 2166,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 80,
                                    "column": 19
                                  },
                                  "identifierName": "ENDPOINT"
                                },
                                "name": "ENDPOINT"
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 2168,
                                "end": 2301,
                                "loc": {
                                  "start": {
                                    "line": 80,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 86,
                                    "column": 7
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2178,
                                    "end": 2187,
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 17
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2178,
                                      "end": 2179,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 9
                                        },
                                        "identifierName": "q"
                                      },
                                      "name": "q"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 2181,
                                      "end": 2187,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 17
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2181,
                                        "end": 2185,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 11
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 15
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2186,
                                        "end": 2187,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 17
                                          },
                                          "identifierName": "q"
                                        },
                                        "name": "q"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2197,
                                    "end": 2212,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 23
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2197,
                                      "end": 2201,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 12
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 2203,
                                      "end": 2212,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 23
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2203,
                                        "end": 2207,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 14
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2208,
                                        "end": 2212,
                                        "loc": {
                                          "start": {
                                            "line": 82,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 82,
                                            "column": 23
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2222,
                                    "end": 2247,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 33
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2222,
                                      "end": 2231,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 17
                                        },
                                        "identifierName": "territory"
                                      },
                                      "name": "territory"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 2233,
                                      "end": 2247,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 33
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2233,
                                        "end": 2237,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2238,
                                        "end": 2247,
                                        "loc": {
                                          "start": {
                                            "line": 83,
                                            "column": 24
                                          },
                                          "end": {
                                            "line": 83,
                                            "column": 33
                                          },
                                          "identifierName": "territory"
                                        },
                                        "name": "territory"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2257,
                                    "end": 2269,
                                    "loc": {
                                      "start": {
                                        "line": 84,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 84,
                                        "column": 20
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2257,
                                      "end": 2262,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 13
                                        },
                                        "identifierName": "limit"
                                      },
                                      "name": "limit"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 2264,
                                      "end": 2269,
                                      "loc": {
                                        "start": {
                                          "line": 84,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 84,
                                          "column": 20
                                        },
                                        "identifierName": "limit"
                                      },
                                      "name": "limit"
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2279,
                                    "end": 2293,
                                    "loc": {
                                      "start": {
                                        "line": 85,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 85,
                                        "column": 22
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2279,
                                      "end": 2285,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 14
                                        },
                                        "identifierName": "offset"
                                      },
                                      "name": "offset"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 2287,
                                      "end": 2293,
                                      "loc": {
                                        "start": {
                                          "line": 85,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 85,
                                          "column": 22
                                        },
                                        "identifierName": "offset"
                                      },
                                      "name": "offset"
                                    }
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2310,
                            "end": 2314,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 7
                              },
                              "end": {
                                "line": 87,
                                "column": 11
                              },
                              "identifierName": "then"
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 2315,
                            "end": 2334,
                            "loc": {
                              "start": {
                                "line": 87,
                                "column": 12
                              },
                              "end": {
                                "line": 87,
                                "column": 31
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2315,
                              "end": 2328,
                              "loc": {
                                "start": {
                                  "line": 87,
                                  "column": 12
                                },
                                "end": {
                                  "line": 87,
                                  "column": 25
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2315,
                                "end": 2323,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 20
                                  },
                                  "identifierName": "doFilter"
                                },
                                "name": "doFilter"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2324,
                                "end": 2328,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 25
                                  },
                                  "identifierName": "bind"
                                },
                                "name": "bind"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "start": 2329,
                                "end": 2333,
                                "loc": {
                                  "start": {
                                    "line": 87,
                                    "column": 26
                                  },
                                  "end": {
                                    "line": 87,
                                    "column": 30
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ],
                  "directives": []
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n   * Fetch the search result.\n   *\n   * @param {number} [limit] - The size of one page.\n   * @param {number} [offset] - The offset index for first element.\n   * @return {Promise}\n   * @example\n   * api.searchFetcher\n   *  .setSearchCriteria('五月天 好好')\n   *  .fetchSearchResult();\n   * @see https://docs-en.kkbox.codes/v1.1/reference#search_1\n   ",
                    "start": 1714,
                    "end": 2064,
                    "loc": {
                      "start": {
                        "line": 66,
                        "column": 2
                      },
                      "end": {
                        "line": 77,
                        "column": 5
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Search API.\n * @see https://docs-en.kkbox.codes/v1.1/reference#search\n ",
              "start": 84,
              "end": 164,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 0
                },
                "end": {
                  "line": 7,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Search API.\n * @see https://docs-en.kkbox.codes/v1.1/reference#search\n ",
            "start": 84,
            "end": 164,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 2344,
        "end": 6074,
        "loc": {
          "start": {
            "line": 91,
            "column": 0
          },
          "end": {
            "line": 201,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 2353,
          "end": 2361,
          "loc": {
            "start": {
              "line": 91,
              "column": 9
            },
            "end": {
              "line": 91,
              "column": 17
            },
            "identifierName": "doFilter"
          },
          "name": "doFilter"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 2362,
            "end": 2370,
            "loc": {
              "start": {
                "line": 91,
                "column": 18
              },
              "end": {
                "line": 91,
                "column": 26
              },
              "identifierName": "response"
            },
            "name": "response"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 2372,
          "end": 6074,
          "loc": {
            "start": {
              "line": 91,
              "column": 28
            },
            "end": {
              "line": 201,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 2376,
              "end": 6072,
              "loc": {
                "start": {
                  "line": 92,
                  "column": 2
                },
                "end": {
                  "line": 200,
                  "column": 3
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 2380,
                "end": 2415,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 6
                  },
                  "end": {
                    "line": 92,
                    "column": 41
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 2380,
                  "end": 2401,
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 6
                    },
                    "end": {
                      "line": 92,
                      "column": 27
                    }
                  },
                  "object": {
                    "type": "ThisExpression",
                    "start": 2380,
                    "end": 2384,
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 6
                      },
                      "end": {
                        "line": 92,
                        "column": 10
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2385,
                    "end": 2401,
                    "loc": {
                      "start": {
                        "line": 92,
                        "column": 11
                      },
                      "end": {
                        "line": 92,
                        "column": 27
                      },
                      "identifierName": "filterConditions"
                    },
                    "name": "filterConditions"
                  },
                  "computed": false
                },
                "operator": "!==",
                "right": {
                  "type": "Identifier",
                  "start": 2406,
                  "end": 2415,
                  "loc": {
                    "start": {
                      "line": 92,
                      "column": 32
                    },
                    "end": {
                      "line": 92,
                      "column": 41
                    },
                    "identifierName": "undefined"
                  },
                  "name": "undefined"
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 2417,
                "end": 6040,
                "loc": {
                  "start": {
                    "line": 92,
                    "column": 43
                  },
                  "end": {
                    "line": 198,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 2423,
                    "end": 5956,
                    "loc": {
                      "start": {
                        "line": 93,
                        "column": 4
                      },
                      "end": {
                        "line": 194,
                        "column": 7
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2429,
                        "end": 5955,
                        "loc": {
                          "start": {
                            "line": 93,
                            "column": 10
                          },
                          "end": {
                            "line": 194,
                            "column": 6
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2429,
                          "end": 2433,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 10
                            },
                            "end": {
                              "line": 93,
                              "column": 14
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 2436,
                          "end": 5955,
                          "loc": {
                            "start": {
                              "line": 93,
                              "column": 17
                            },
                            "end": {
                              "line": 194,
                              "column": 6
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2436,
                            "end": 2466,
                            "loc": {
                              "start": {
                                "line": 93,
                                "column": 17
                              },
                              "end": {
                                "line": 93,
                                "column": 47
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 2436,
                              "end": 2462,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 17
                                },
                                "end": {
                                  "line": 93,
                                  "column": 43
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2436,
                                "end": 2447,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 93,
                                    "column": 28
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2436,
                                  "end": 2442,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 17
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 23
                                    },
                                    "identifierName": "Object"
                                  },
                                  "name": "Object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2443,
                                  "end": 2447,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 28
                                    },
                                    "identifierName": "keys"
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 2448,
                                  "end": 2461,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 42
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2448,
                                    "end": 2456,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 37
                                      },
                                      "identifierName": "response"
                                    },
                                    "name": "response"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2457,
                                    "end": 2461,
                                    "loc": {
                                      "start": {
                                        "line": 93,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 93,
                                        "column": 42
                                      },
                                      "identifierName": "data"
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2463,
                              "end": 2466,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 44
                                },
                                "end": {
                                  "line": 93,
                                  "column": 47
                                },
                                "identifierName": "map"
                              },
                              "name": "map"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 2467,
                              "end": 5954,
                              "loc": {
                                "start": {
                                  "line": 93,
                                  "column": 48
                                },
                                "end": {
                                  "line": 194,
                                  "column": 5
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 2467,
                                  "end": 2470,
                                  "loc": {
                                    "start": {
                                      "line": 93,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 93,
                                      "column": 51
                                    },
                                    "identifierName": "key"
                                  },
                                  "name": "key"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 2474,
                                "end": 5954,
                                "loc": {
                                  "start": {
                                    "line": 93,
                                    "column": 55
                                  },
                                  "end": {
                                    "line": 194,
                                    "column": 5
                                  }
                                },
                                "body": [
                                  {
                                    "type": "SwitchStatement",
                                    "start": 2482,
                                    "end": 5948,
                                    "loc": {
                                      "start": {
                                        "line": 94,
                                        "column": 6
                                      },
                                      "end": {
                                        "line": 193,
                                        "column": 7
                                      }
                                    },
                                    "discriminant": {
                                      "type": "Identifier",
                                      "start": 2490,
                                      "end": 2493,
                                      "loc": {
                                        "start": {
                                          "line": 94,
                                          "column": 14
                                        },
                                        "end": {
                                          "line": 94,
                                          "column": 17
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "cases": [
                                      {
                                        "type": "SwitchCase",
                                        "start": 2505,
                                        "end": 3832,
                                        "loc": {
                                          "start": {
                                            "line": 95,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 12
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 2530,
                                            "end": 3832,
                                            "loc": {
                                              "start": {
                                                "line": 96,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 12
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 2537,
                                              "end": 3831,
                                              "loc": {
                                                "start": {
                                                  "line": 96,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 11
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 2551,
                                                  "end": 3819,
                                                  "loc": {
                                                    "start": {
                                                      "line": 97,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 130,
                                                      "column": 14
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2552,
                                                    "end": 2555,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 97,
                                                        "column": 16
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 2558,
                                                    "end": 3819,
                                                    "loc": {
                                                      "start": {
                                                        "line": 97,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 130,
                                                        "column": 14
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 2558,
                                                      "end": 2571,
                                                      "loc": {
                                                        "start": {
                                                          "line": 97,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 97,
                                                          "column": 32
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2558,
                                                        "end": 2564,
                                                        "loc": {
                                                          "start": {
                                                            "line": 97,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 97,
                                                            "column": 25
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2565,
                                                        "end": 2571,
                                                        "loc": {
                                                          "start": {
                                                            "line": 97,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 97,
                                                            "column": 32
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 2572,
                                                        "end": 2590,
                                                        "loc": {
                                                          "start": {
                                                            "line": 97,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 97,
                                                            "column": 51
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 2572,
                                                          "end": 2585,
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 46
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 2572,
                                                            "end": 2580,
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 41
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2581,
                                                            "end": 2585,
                                                            "loc": {
                                                              "start": {
                                                                "line": 97,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 97,
                                                                "column": 46
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2586,
                                                          "end": 2589,
                                                          "loc": {
                                                            "start": {
                                                              "line": 97,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 97,
                                                              "column": 50
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 2592,
                                                        "end": 3818,
                                                        "loc": {
                                                          "start": {
                                                            "line": 97,
                                                            "column": 53
                                                          },
                                                          "end": {
                                                            "line": 130,
                                                            "column": 13
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 2608,
                                                            "end": 3804,
                                                            "loc": {
                                                              "start": {
                                                                "line": 98,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 129,
                                                                "column": 16
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 2608,
                                                              "end": 2612,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 98,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 98,
                                                                  "column": 18
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 2614,
                                                              "end": 3804,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 98,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 129,
                                                                  "column": 16
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 2614,
                                                                "end": 2644,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 98,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 98,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 2614,
                                                                  "end": 2637,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 98,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 98,
                                                                      "column": 43
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2614,
                                                                    "end": 2632,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 98,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 98,
                                                                        "column": 38
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 2614,
                                                                      "end": 2627,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 98,
                                                                          "column": 20
                                                                        },
                                                                        "end": {
                                                                          "line": 98,
                                                                          "column": 33
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 2614,
                                                                        "end": 2622,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 98,
                                                                            "column": 20
                                                                          },
                                                                          "end": {
                                                                            "line": 98,
                                                                            "column": 28
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2623,
                                                                        "end": 2627,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 98,
                                                                            "column": 29
                                                                          },
                                                                          "end": {
                                                                            "line": 98,
                                                                            "column": 33
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2628,
                                                                      "end": 2631,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 98,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 98,
                                                                          "column": 37
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 2633,
                                                                    "end": 2637,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 98,
                                                                        "column": 39
                                                                      },
                                                                      "end": {
                                                                        "line": 98,
                                                                        "column": 43
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2638,
                                                                  "end": 2644,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 98,
                                                                      "column": 44
                                                                    },
                                                                    "end": {
                                                                      "line": 98,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 2645,
                                                                  "end": 3803,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 98,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 129,
                                                                      "column": 15
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 2645,
                                                                      "end": 2650,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 98,
                                                                          "column": 51
                                                                        },
                                                                        "end": {
                                                                          "line": 98,
                                                                          "column": 56
                                                                        },
                                                                        "identifierName": "track"
                                                                      },
                                                                      "name": "track"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 2654,
                                                                    "end": 3803,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 98,
                                                                        "column": 60
                                                                      },
                                                                      "end": {
                                                                        "line": 129,
                                                                        "column": 15
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 2672,
                                                                        "end": 2960,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 99,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 106,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 2695,
                                                                          "end": 2890,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 100,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 103,
                                                                              "column": 19
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 2695,
                                                                            "end": 2749,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 100,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 100,
                                                                                "column": 72
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 2695,
                                                                              "end": 2735,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 100,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 100,
                                                                                  "column": 58
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 2695,
                                                                                "end": 2716,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 100,
                                                                                    "column": 18
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 100,
                                                                                    "column": 39
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 2695,
                                                                                  "end": 2699,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 100,
                                                                                      "column": 18
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 100,
                                                                                      "column": 22
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 2700,
                                                                                  "end": 2716,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 100,
                                                                                      "column": 23
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 100,
                                                                                      "column": 39
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 2717,
                                                                                "end": 2735,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 100,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 100,
                                                                                    "column": 58
                                                                                  },
                                                                                  "identifierName": "availableTerritory"
                                                                                },
                                                                                "name": "availableTerritory"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 2740,
                                                                              "end": 2749,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 100,
                                                                                  "column": 63
                                                                                },
                                                                                "end": {
                                                                                  "line": 100,
                                                                                  "column": 72
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 2771,
                                                                            "end": 2890,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 101,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 103,
                                                                                "column": 19
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 2772,
                                                                              "end": 2890,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 101,
                                                                                  "column": 19
                                                                                },
                                                                                "end": {
                                                                                  "line": 103,
                                                                                  "column": 19
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 2772,
                                                                                "end": 2808,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 101,
                                                                                    "column": 19
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 101,
                                                                                    "column": 55
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 2772,
                                                                                  "end": 2799,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 101,
                                                                                      "column": 19
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 101,
                                                                                      "column": 46
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 2772,
                                                                                    "end": 2777,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 101,
                                                                                        "column": 19
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 101,
                                                                                        "column": 24
                                                                                      },
                                                                                      "identifierName": "track"
                                                                                    },
                                                                                    "name": "track"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 2778,
                                                                                    "end": 2799,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 101,
                                                                                        "column": 25
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 101,
                                                                                        "column": 46
                                                                                      },
                                                                                      "identifierName": "available_territories"
                                                                                    },
                                                                                    "name": "available_territories"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 2800,
                                                                                  "end": 2808,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 101,
                                                                                      "column": 47
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 101,
                                                                                      "column": 55
                                                                                    },
                                                                                    "identifierName": "includes"
                                                                                  },
                                                                                  "name": "includes"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 2830,
                                                                                  "end": 2870,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 102,
                                                                                      "column": 20
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 102,
                                                                                      "column": 60
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 2830,
                                                                                    "end": 2851,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 102,
                                                                                        "column": 20
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 102,
                                                                                        "column": 41
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "ThisExpression",
                                                                                      "start": 2830,
                                                                                      "end": 2834,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 102,
                                                                                          "column": 20
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 102,
                                                                                          "column": 24
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 2835,
                                                                                      "end": 2851,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 102,
                                                                                          "column": 25
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 102,
                                                                                          "column": 41
                                                                                        },
                                                                                        "identifierName": "filterConditions"
                                                                                      },
                                                                                      "name": "filterConditions"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 2852,
                                                                                    "end": 2870,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 102,
                                                                                        "column": 42
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 102,
                                                                                        "column": 60
                                                                                      },
                                                                                      "identifierName": "availableTerritory"
                                                                                    },
                                                                                    "name": "availableTerritory"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 2909,
                                                                          "end": 2960,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 104,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 106,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 2929,
                                                                              "end": 2942,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 105,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 105,
                                                                                  "column": 31
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 2936,
                                                                                "end": 2941,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 105,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 105,
                                                                                    "column": 30
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 2977,
                                                                        "end": 3244,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 107,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 114,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 3000,
                                                                          "end": 3174,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 108,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 111,
                                                                              "column": 19
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 3000,
                                                                            "end": 3041,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 108,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 108,
                                                                                "column": 59
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 3000,
                                                                              "end": 3027,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 108,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 108,
                                                                                  "column": 45
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3000,
                                                                                "end": 3021,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 108,
                                                                                    "column": 18
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 108,
                                                                                    "column": 39
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 3000,
                                                                                  "end": 3004,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 108,
                                                                                      "column": 18
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 108,
                                                                                      "column": 22
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3005,
                                                                                  "end": 3021,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 108,
                                                                                      "column": 23
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 108,
                                                                                      "column": 39
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 3022,
                                                                                "end": 3027,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 108,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 108,
                                                                                    "column": 45
                                                                                  },
                                                                                  "identifierName": "track"
                                                                                },
                                                                                "name": "track"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 3032,
                                                                              "end": 3041,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 108,
                                                                                  "column": 50
                                                                                },
                                                                                "end": {
                                                                                  "line": 108,
                                                                                  "column": 59
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 3063,
                                                                            "end": 3174,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 109,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 111,
                                                                                "column": 19
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 3064,
                                                                              "end": 3174,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 109,
                                                                                  "column": 19
                                                                                },
                                                                                "end": {
                                                                                  "line": 111,
                                                                                  "column": 19
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3064,
                                                                                "end": 3122,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 109,
                                                                                    "column": 19
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 109,
                                                                                    "column": 77
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "NewExpression",
                                                                                  "start": 3064,
                                                                                  "end": 3117,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 109,
                                                                                      "column": 19
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 109,
                                                                                      "column": 72
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3068,
                                                                                    "end": 3074,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 109,
                                                                                        "column": 23
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 109,
                                                                                        "column": 29
                                                                                      },
                                                                                      "identifierName": "RegExp"
                                                                                    },
                                                                                    "name": "RegExp"
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 3075,
                                                                                      "end": 3116,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 109,
                                                                                          "column": 30
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 109,
                                                                                          "column": 71
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 3075,
                                                                                        "end": 3109,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 109,
                                                                                            "column": 30
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 109,
                                                                                            "column": 64
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 3075,
                                                                                          "end": 3079,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 109,
                                                                                              "column": 30
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 109,
                                                                                              "column": 34
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 3082,
                                                                                          "end": 3109,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 109,
                                                                                              "column": 37
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 109,
                                                                                              "column": 64
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 3082,
                                                                                            "end": 3103,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 109,
                                                                                                "column": 37
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 109,
                                                                                                "column": 58
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "ThisExpression",
                                                                                              "start": 3082,
                                                                                              "end": 3086,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 109,
                                                                                                  "column": 37
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 109,
                                                                                                  "column": 41
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 3087,
                                                                                              "end": 3103,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 109,
                                                                                                  "column": 42
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 109,
                                                                                                  "column": 58
                                                                                                },
                                                                                                "identifierName": "filterConditions"
                                                                                              },
                                                                                              "name": "filterConditions"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 3104,
                                                                                            "end": 3109,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 109,
                                                                                                "column": 59
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 109,
                                                                                                "column": 64
                                                                                              },
                                                                                              "identifierName": "track"
                                                                                            },
                                                                                            "name": "track"
                                                                                          },
                                                                                          "computed": false
                                                                                        }
                                                                                      },
                                                                                      "operator": "+",
                                                                                      "right": {
                                                                                        "type": "StringLiteral",
                                                                                        "start": 3112,
                                                                                        "end": 3116,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 109,
                                                                                            "column": 67
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 109,
                                                                                            "column": 71
                                                                                          }
                                                                                        },
                                                                                        "extra": {
                                                                                          "rawValue": ".*",
                                                                                          "raw": "'.*'"
                                                                                        },
                                                                                        "value": ".*"
                                                                                      }
                                                                                    }
                                                                                  ]
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3118,
                                                                                  "end": 3122,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 109,
                                                                                      "column": 73
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 109,
                                                                                      "column": 77
                                                                                    },
                                                                                    "identifierName": "test"
                                                                                  },
                                                                                  "name": "test"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3144,
                                                                                  "end": 3154,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 110,
                                                                                      "column": 20
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 110,
                                                                                      "column": 30
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3144,
                                                                                    "end": 3149,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 110,
                                                                                        "column": 20
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 110,
                                                                                        "column": 25
                                                                                      },
                                                                                      "identifierName": "track"
                                                                                    },
                                                                                    "name": "track"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3150,
                                                                                    "end": 3154,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 110,
                                                                                        "column": 26
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 110,
                                                                                        "column": 30
                                                                                      },
                                                                                      "identifierName": "name"
                                                                                    },
                                                                                    "name": "name"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 3193,
                                                                          "end": 3244,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 112,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 114,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 3213,
                                                                              "end": 3226,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 113,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 113,
                                                                                  "column": 31
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 3220,
                                                                                "end": 3225,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 113,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 113,
                                                                                    "column": 30
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 3261,
                                                                        "end": 3534,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 115,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 122,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 3284,
                                                                          "end": 3464,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 116,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 119,
                                                                              "column": 19
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 3284,
                                                                            "end": 3325,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 116,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 116,
                                                                                "column": 59
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 3284,
                                                                              "end": 3311,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 116,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 116,
                                                                                  "column": 45
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3284,
                                                                                "end": 3305,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 116,
                                                                                    "column": 18
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 116,
                                                                                    "column": 39
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 3284,
                                                                                  "end": 3288,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 116,
                                                                                      "column": 18
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 116,
                                                                                      "column": 22
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3289,
                                                                                  "end": 3305,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 116,
                                                                                      "column": 23
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 116,
                                                                                      "column": 39
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 3306,
                                                                                "end": 3311,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 116,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 116,
                                                                                    "column": 45
                                                                                  },
                                                                                  "identifierName": "album"
                                                                                },
                                                                                "name": "album"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 3316,
                                                                              "end": 3325,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 116,
                                                                                  "column": 50
                                                                                },
                                                                                "end": {
                                                                                  "line": 116,
                                                                                  "column": 59
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 3347,
                                                                            "end": 3464,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 117,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 119,
                                                                                "column": 19
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 3348,
                                                                              "end": 3464,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 117,
                                                                                  "column": 19
                                                                                },
                                                                                "end": {
                                                                                  "line": 119,
                                                                                  "column": 19
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3348,
                                                                                "end": 3406,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 117,
                                                                                    "column": 19
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 117,
                                                                                    "column": 77
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "NewExpression",
                                                                                  "start": 3348,
                                                                                  "end": 3401,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 117,
                                                                                      "column": 19
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 117,
                                                                                      "column": 72
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3352,
                                                                                    "end": 3358,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 117,
                                                                                        "column": 23
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 117,
                                                                                        "column": 29
                                                                                      },
                                                                                      "identifierName": "RegExp"
                                                                                    },
                                                                                    "name": "RegExp"
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 3359,
                                                                                      "end": 3400,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 117,
                                                                                          "column": 30
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 117,
                                                                                          "column": 71
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 3359,
                                                                                        "end": 3393,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 117,
                                                                                            "column": 30
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 117,
                                                                                            "column": 64
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 3359,
                                                                                          "end": 3363,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 117,
                                                                                              "column": 30
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 117,
                                                                                              "column": 34
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 3366,
                                                                                          "end": 3393,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 117,
                                                                                              "column": 37
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 117,
                                                                                              "column": 64
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 3366,
                                                                                            "end": 3387,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 117,
                                                                                                "column": 37
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 117,
                                                                                                "column": 58
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "ThisExpression",
                                                                                              "start": 3366,
                                                                                              "end": 3370,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 117,
                                                                                                  "column": 37
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 117,
                                                                                                  "column": 41
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 3371,
                                                                                              "end": 3387,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 117,
                                                                                                  "column": 42
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 117,
                                                                                                  "column": 58
                                                                                                },
                                                                                                "identifierName": "filterConditions"
                                                                                              },
                                                                                              "name": "filterConditions"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 3388,
                                                                                            "end": 3393,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 117,
                                                                                                "column": 59
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 117,
                                                                                                "column": 64
                                                                                              },
                                                                                              "identifierName": "album"
                                                                                            },
                                                                                            "name": "album"
                                                                                          },
                                                                                          "computed": false
                                                                                        }
                                                                                      },
                                                                                      "operator": "+",
                                                                                      "right": {
                                                                                        "type": "StringLiteral",
                                                                                        "start": 3396,
                                                                                        "end": 3400,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 117,
                                                                                            "column": 67
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 117,
                                                                                            "column": 71
                                                                                          }
                                                                                        },
                                                                                        "extra": {
                                                                                          "rawValue": ".*",
                                                                                          "raw": "'.*'"
                                                                                        },
                                                                                        "value": ".*"
                                                                                      }
                                                                                    }
                                                                                  ]
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3402,
                                                                                  "end": 3406,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 117,
                                                                                      "column": 73
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 117,
                                                                                      "column": 77
                                                                                    },
                                                                                    "identifierName": "test"
                                                                                  },
                                                                                  "name": "test"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3428,
                                                                                  "end": 3444,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 118,
                                                                                      "column": 20
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 118,
                                                                                      "column": 36
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 3428,
                                                                                    "end": 3439,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 118,
                                                                                        "column": 20
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 118,
                                                                                        "column": 31
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 3428,
                                                                                      "end": 3433,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 118,
                                                                                          "column": 20
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 118,
                                                                                          "column": 25
                                                                                        },
                                                                                        "identifierName": "track"
                                                                                      },
                                                                                      "name": "track"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 3434,
                                                                                      "end": 3439,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 118,
                                                                                          "column": 26
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 118,
                                                                                          "column": 31
                                                                                        },
                                                                                        "identifierName": "album"
                                                                                      },
                                                                                      "name": "album"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3440,
                                                                                    "end": 3444,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 118,
                                                                                        "column": 32
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 118,
                                                                                        "column": 36
                                                                                      },
                                                                                      "identifierName": "name"
                                                                                    },
                                                                                    "name": "name"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 3483,
                                                                          "end": 3534,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 120,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 122,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 3503,
                                                                              "end": 3516,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 121,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 121,
                                                                                  "column": 31
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 3510,
                                                                                "end": 3515,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 121,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 121,
                                                                                    "column": 30
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "ReturnStatement",
                                                                        "start": 3551,
                                                                        "end": 3787,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 123,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 128,
                                                                            "column": 18
                                                                          }
                                                                        },
                                                                        "argument": {
                                                                          "type": "UnaryExpression",
                                                                          "start": 3558,
                                                                          "end": 3786,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 123,
                                                                              "column": 23
                                                                            },
                                                                            "end": {
                                                                              "line": 128,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "operator": "!",
                                                                          "prefix": true,
                                                                          "argument": {
                                                                            "type": "LogicalExpression",
                                                                            "start": 3579,
                                                                            "end": 3768,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 124,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 127,
                                                                                "column": 19
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 3579,
                                                                              "end": 3621,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 124,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 124,
                                                                                  "column": 60
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3579,
                                                                                "end": 3607,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 124,
                                                                                    "column": 18
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 124,
                                                                                    "column": 46
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3579,
                                                                                  "end": 3600,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 124,
                                                                                      "column": 18
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 124,
                                                                                      "column": 39
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "ThisExpression",
                                                                                    "start": 3579,
                                                                                    "end": 3583,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 124,
                                                                                        "column": 18
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 124,
                                                                                        "column": 22
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3584,
                                                                                    "end": 3600,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 124,
                                                                                        "column": 23
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 124,
                                                                                        "column": 39
                                                                                      },
                                                                                      "identifierName": "filterConditions"
                                                                                    },
                                                                                    "name": "filterConditions"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3601,
                                                                                  "end": 3607,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 124,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 124,
                                                                                      "column": 46
                                                                                    },
                                                                                    "identifierName": "artist"
                                                                                  },
                                                                                  "name": "artist"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "operator": "!==",
                                                                              "right": {
                                                                                "type": "Identifier",
                                                                                "start": 3612,
                                                                                "end": 3621,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 124,
                                                                                    "column": 51
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 124,
                                                                                    "column": 60
                                                                                  },
                                                                                  "identifierName": "undefined"
                                                                                },
                                                                                "name": "undefined"
                                                                              }
                                                                            },
                                                                            "operator": "&&",
                                                                            "right": {
                                                                              "type": "UnaryExpression",
                                                                              "start": 3643,
                                                                              "end": 3768,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 125,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 127,
                                                                                  "column": 19
                                                                                }
                                                                              },
                                                                              "operator": "!",
                                                                              "prefix": true,
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 3644,
                                                                                "end": 3768,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 125,
                                                                                    "column": 19
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 127,
                                                                                    "column": 19
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3644,
                                                                                  "end": 3703,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 125,
                                                                                      "column": 19
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 125,
                                                                                      "column": 78
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 3644,
                                                                                    "end": 3698,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 125,
                                                                                        "column": 19
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 125,
                                                                                        "column": 73
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 3648,
                                                                                      "end": 3654,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 125,
                                                                                          "column": 23
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 125,
                                                                                          "column": 29
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 3655,
                                                                                        "end": 3697,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 125,
                                                                                            "column": 30
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 125,
                                                                                            "column": 72
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 3655,
                                                                                          "end": 3690,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 125,
                                                                                              "column": 30
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 125,
                                                                                              "column": 65
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 3655,
                                                                                            "end": 3659,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 125,
                                                                                                "column": 30
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 125,
                                                                                                "column": 34
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 3662,
                                                                                            "end": 3690,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 125,
                                                                                                "column": 37
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 125,
                                                                                                "column": 65
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 3662,
                                                                                              "end": 3683,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 125,
                                                                                                  "column": 37
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 125,
                                                                                                  "column": 58
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 3662,
                                                                                                "end": 3666,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 125,
                                                                                                    "column": 37
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 125,
                                                                                                    "column": 41
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 3667,
                                                                                                "end": 3683,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 125,
                                                                                                    "column": 42
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 125,
                                                                                                    "column": 58
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 3684,
                                                                                              "end": 3690,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 125,
                                                                                                  "column": 59
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 125,
                                                                                                  "column": 65
                                                                                                },
                                                                                                "identifierName": "artist"
                                                                                              },
                                                                                              "name": "artist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 3693,
                                                                                          "end": 3697,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 125,
                                                                                              "column": 68
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 125,
                                                                                              "column": 72
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3699,
                                                                                    "end": 3703,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 125,
                                                                                        "column": 74
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 125,
                                                                                        "column": 78
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 3725,
                                                                                    "end": 3748,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 126,
                                                                                        "column": 20
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 126,
                                                                                        "column": 43
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 3725,
                                                                                      "end": 3743,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 126,
                                                                                          "column": 20
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 126,
                                                                                          "column": 38
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 3725,
                                                                                        "end": 3736,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 126,
                                                                                            "column": 20
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 126,
                                                                                            "column": 31
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 3725,
                                                                                          "end": 3730,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 126,
                                                                                              "column": 20
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 126,
                                                                                              "column": 25
                                                                                            },
                                                                                            "identifierName": "track"
                                                                                          },
                                                                                          "name": "track"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 3731,
                                                                                          "end": 3736,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 126,
                                                                                              "column": 26
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 126,
                                                                                              "column": 31
                                                                                            },
                                                                                            "identifierName": "album"
                                                                                          },
                                                                                          "name": "album"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 3737,
                                                                                        "end": 3743,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 126,
                                                                                            "column": 32
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 126,
                                                                                            "column": 38
                                                                                          },
                                                                                          "identifierName": "artist"
                                                                                        },
                                                                                        "name": "artist"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 3744,
                                                                                      "end": 3748,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 126,
                                                                                          "column": 39
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 126,
                                                                                          "column": 43
                                                                                        },
                                                                                        "identifierName": "name"
                                                                                      },
                                                                                      "name": "name"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              },
                                                                              "extra": {
                                                                                "parenthesizedArgument": false
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "parenthesized": true,
                                                                              "parenStart": 3559
                                                                            }
                                                                          },
                                                                          "extra": {
                                                                            "parenthesizedArgument": false
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 2510,
                                          "end": 2518,
                                          "loc": {
                                            "start": {
                                              "line": 95,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 95,
                                              "column": 21
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "tracks",
                                            "raw": "'tracks'"
                                          },
                                          "value": "tracks"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 3841,
                                        "end": 4872,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 160,
                                            "column": 12
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 3866,
                                            "end": 4872,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 160,
                                                "column": 12
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 3873,
                                              "end": 4871,
                                              "loc": {
                                                "start": {
                                                  "line": 133,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 160,
                                                  "column": 11
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 3887,
                                                  "end": 4859,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 14
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 3888,
                                                    "end": 3891,
                                                    "loc": {
                                                      "start": {
                                                        "line": 134,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 134,
                                                        "column": 16
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 3894,
                                                    "end": 4859,
                                                    "loc": {
                                                      "start": {
                                                        "line": 134,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 159,
                                                        "column": 14
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 3894,
                                                      "end": 3907,
                                                      "loc": {
                                                        "start": {
                                                          "line": 134,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 134,
                                                          "column": 32
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 3894,
                                                        "end": 3900,
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 134,
                                                            "column": 25
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 3901,
                                                        "end": 3907,
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 134,
                                                            "column": 32
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 3908,
                                                        "end": 3926,
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 134,
                                                            "column": 51
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 3908,
                                                          "end": 3921,
                                                          "loc": {
                                                            "start": {
                                                              "line": 134,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 134,
                                                              "column": 46
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 3908,
                                                            "end": 3916,
                                                            "loc": {
                                                              "start": {
                                                                "line": 134,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 134,
                                                                "column": 41
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 3917,
                                                            "end": 3921,
                                                            "loc": {
                                                              "start": {
                                                                "line": 134,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 134,
                                                                "column": 46
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 3922,
                                                          "end": 3925,
                                                          "loc": {
                                                            "start": {
                                                              "line": 134,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 134,
                                                              "column": 50
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 3928,
                                                        "end": 4858,
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 53
                                                          },
                                                          "end": {
                                                            "line": 159,
                                                            "column": 13
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 3944,
                                                            "end": 4844,
                                                            "loc": {
                                                              "start": {
                                                                "line": 135,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 158,
                                                                "column": 16
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 3944,
                                                              "end": 3948,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 135,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 135,
                                                                  "column": 18
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 3950,
                                                              "end": 4844,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 135,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 158,
                                                                  "column": 16
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 3950,
                                                                "end": 3980,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 135,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 135,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3950,
                                                                  "end": 3973,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 135,
                                                                      "column": 43
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3950,
                                                                    "end": 3968,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 135,
                                                                        "column": 38
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 3950,
                                                                      "end": 3963,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 135,
                                                                          "column": 20
                                                                        },
                                                                        "end": {
                                                                          "line": 135,
                                                                          "column": 33
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 3950,
                                                                        "end": 3958,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 135,
                                                                            "column": 20
                                                                          },
                                                                          "end": {
                                                                            "line": 135,
                                                                            "column": 28
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 3959,
                                                                        "end": 3963,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 135,
                                                                            "column": 29
                                                                          },
                                                                          "end": {
                                                                            "line": 135,
                                                                            "column": 33
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3964,
                                                                      "end": 3967,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 135,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 135,
                                                                          "column": 37
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 3969,
                                                                    "end": 3973,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 39
                                                                      },
                                                                      "end": {
                                                                        "line": 135,
                                                                        "column": 43
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3974,
                                                                  "end": 3980,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 44
                                                                    },
                                                                    "end": {
                                                                      "line": 135,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 3981,
                                                                  "end": 4843,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 158,
                                                                      "column": 15
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 3981,
                                                                      "end": 3986,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 135,
                                                                          "column": 51
                                                                        },
                                                                        "end": {
                                                                          "line": 135,
                                                                          "column": 56
                                                                        },
                                                                        "identifierName": "album"
                                                                      },
                                                                      "name": "album"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 3990,
                                                                    "end": 4843,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 60
                                                                      },
                                                                      "end": {
                                                                        "line": 158,
                                                                        "column": 15
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 4008,
                                                                        "end": 4296,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 136,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 143,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 4031,
                                                                          "end": 4226,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 137,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 140,
                                                                              "column": 19
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 4031,
                                                                            "end": 4085,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 137,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 137,
                                                                                "column": 72
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 4031,
                                                                              "end": 4071,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 137,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 137,
                                                                                  "column": 58
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4031,
                                                                                "end": 4052,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 137,
                                                                                    "column": 18
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 137,
                                                                                    "column": 39
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 4031,
                                                                                  "end": 4035,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 137,
                                                                                      "column": 18
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 137,
                                                                                      "column": 22
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4036,
                                                                                  "end": 4052,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 137,
                                                                                      "column": 23
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 137,
                                                                                      "column": 39
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 4053,
                                                                                "end": 4071,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 137,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 137,
                                                                                    "column": 58
                                                                                  },
                                                                                  "identifierName": "availableTerritory"
                                                                                },
                                                                                "name": "availableTerritory"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 4076,
                                                                              "end": 4085,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 137,
                                                                                  "column": 63
                                                                                },
                                                                                "end": {
                                                                                  "line": 137,
                                                                                  "column": 72
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 4107,
                                                                            "end": 4226,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 138,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 140,
                                                                                "column": 19
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 4108,
                                                                              "end": 4226,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 138,
                                                                                  "column": 19
                                                                                },
                                                                                "end": {
                                                                                  "line": 140,
                                                                                  "column": 19
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4108,
                                                                                "end": 4144,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 138,
                                                                                    "column": 19
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 138,
                                                                                    "column": 55
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4108,
                                                                                  "end": 4135,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 138,
                                                                                      "column": 19
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 138,
                                                                                      "column": 46
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4108,
                                                                                    "end": 4113,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 138,
                                                                                        "column": 19
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 138,
                                                                                        "column": 24
                                                                                      },
                                                                                      "identifierName": "album"
                                                                                    },
                                                                                    "name": "album"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4114,
                                                                                    "end": 4135,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 138,
                                                                                        "column": 25
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 138,
                                                                                        "column": 46
                                                                                      },
                                                                                      "identifierName": "available_territories"
                                                                                    },
                                                                                    "name": "available_territories"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4136,
                                                                                  "end": 4144,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 138,
                                                                                      "column": 47
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 138,
                                                                                      "column": 55
                                                                                    },
                                                                                    "identifierName": "includes"
                                                                                  },
                                                                                  "name": "includes"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4166,
                                                                                  "end": 4206,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 139,
                                                                                      "column": 20
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 139,
                                                                                      "column": 60
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 4166,
                                                                                    "end": 4187,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 139,
                                                                                        "column": 20
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 139,
                                                                                        "column": 41
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "ThisExpression",
                                                                                      "start": 4166,
                                                                                      "end": 4170,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 139,
                                                                                          "column": 20
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 139,
                                                                                          "column": 24
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 4171,
                                                                                      "end": 4187,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 139,
                                                                                          "column": 25
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 139,
                                                                                          "column": 41
                                                                                        },
                                                                                        "identifierName": "filterConditions"
                                                                                      },
                                                                                      "name": "filterConditions"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4188,
                                                                                    "end": 4206,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 139,
                                                                                        "column": 42
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 139,
                                                                                        "column": 60
                                                                                      },
                                                                                      "identifierName": "availableTerritory"
                                                                                    },
                                                                                    "name": "availableTerritory"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 4245,
                                                                          "end": 4296,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 141,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 143,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 4265,
                                                                              "end": 4278,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 142,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 142,
                                                                                  "column": 31
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 4272,
                                                                                "end": 4277,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 142,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 142,
                                                                                    "column": 30
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 4313,
                                                                        "end": 4580,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 144,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 151,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 4336,
                                                                          "end": 4510,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 145,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 148,
                                                                              "column": 19
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 4336,
                                                                            "end": 4377,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 145,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 145,
                                                                                "column": 59
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 4336,
                                                                              "end": 4363,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 145,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 145,
                                                                                  "column": 45
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4336,
                                                                                "end": 4357,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 145,
                                                                                    "column": 18
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 145,
                                                                                    "column": 39
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 4336,
                                                                                  "end": 4340,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 145,
                                                                                      "column": 18
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 145,
                                                                                      "column": 22
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4341,
                                                                                  "end": 4357,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 145,
                                                                                      "column": 23
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 145,
                                                                                      "column": 39
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 4358,
                                                                                "end": 4363,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 145,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 145,
                                                                                    "column": 45
                                                                                  },
                                                                                  "identifierName": "album"
                                                                                },
                                                                                "name": "album"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 4368,
                                                                              "end": 4377,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 145,
                                                                                  "column": 50
                                                                                },
                                                                                "end": {
                                                                                  "line": 145,
                                                                                  "column": 59
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 4399,
                                                                            "end": 4510,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 146,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 148,
                                                                                "column": 19
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 4400,
                                                                              "end": 4510,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 146,
                                                                                  "column": 19
                                                                                },
                                                                                "end": {
                                                                                  "line": 148,
                                                                                  "column": 19
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4400,
                                                                                "end": 4458,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 146,
                                                                                    "column": 19
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 146,
                                                                                    "column": 77
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "NewExpression",
                                                                                  "start": 4400,
                                                                                  "end": 4453,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 146,
                                                                                      "column": 19
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 146,
                                                                                      "column": 72
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4404,
                                                                                    "end": 4410,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 146,
                                                                                        "column": 23
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 146,
                                                                                        "column": 29
                                                                                      },
                                                                                      "identifierName": "RegExp"
                                                                                    },
                                                                                    "name": "RegExp"
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 4411,
                                                                                      "end": 4452,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 146,
                                                                                          "column": 30
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 146,
                                                                                          "column": 71
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 4411,
                                                                                        "end": 4445,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 146,
                                                                                            "column": 30
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 146,
                                                                                            "column": 64
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 4411,
                                                                                          "end": 4415,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 146,
                                                                                              "column": 30
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 146,
                                                                                              "column": 34
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 4418,
                                                                                          "end": 4445,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 146,
                                                                                              "column": 37
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 146,
                                                                                              "column": 64
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 4418,
                                                                                            "end": 4439,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 146,
                                                                                                "column": 37
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 146,
                                                                                                "column": 58
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "ThisExpression",
                                                                                              "start": 4418,
                                                                                              "end": 4422,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 146,
                                                                                                  "column": 37
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 146,
                                                                                                  "column": 41
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 4423,
                                                                                              "end": 4439,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 146,
                                                                                                  "column": 42
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 146,
                                                                                                  "column": 58
                                                                                                },
                                                                                                "identifierName": "filterConditions"
                                                                                              },
                                                                                              "name": "filterConditions"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 4440,
                                                                                            "end": 4445,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 146,
                                                                                                "column": 59
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 146,
                                                                                                "column": 64
                                                                                              },
                                                                                              "identifierName": "album"
                                                                                            },
                                                                                            "name": "album"
                                                                                          },
                                                                                          "computed": false
                                                                                        }
                                                                                      },
                                                                                      "operator": "+",
                                                                                      "right": {
                                                                                        "type": "StringLiteral",
                                                                                        "start": 4448,
                                                                                        "end": 4452,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 146,
                                                                                            "column": 67
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 146,
                                                                                            "column": 71
                                                                                          }
                                                                                        },
                                                                                        "extra": {
                                                                                          "rawValue": ".*",
                                                                                          "raw": "'.*'"
                                                                                        },
                                                                                        "value": ".*"
                                                                                      }
                                                                                    }
                                                                                  ]
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4454,
                                                                                  "end": 4458,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 146,
                                                                                      "column": 73
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 146,
                                                                                      "column": 77
                                                                                    },
                                                                                    "identifierName": "test"
                                                                                  },
                                                                                  "name": "test"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4480,
                                                                                  "end": 4490,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 147,
                                                                                      "column": 20
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 147,
                                                                                      "column": 30
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4480,
                                                                                    "end": 4485,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 147,
                                                                                        "column": 20
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 147,
                                                                                        "column": 25
                                                                                      },
                                                                                      "identifierName": "album"
                                                                                    },
                                                                                    "name": "album"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4486,
                                                                                    "end": 4490,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 147,
                                                                                        "column": 26
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 147,
                                                                                        "column": 30
                                                                                      },
                                                                                      "identifierName": "name"
                                                                                    },
                                                                                    "name": "name"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 4529,
                                                                          "end": 4580,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 149,
                                                                              "column": 18
                                                                            },
                                                                            "end": {
                                                                              "line": 151,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 4549,
                                                                              "end": 4562,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 150,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 150,
                                                                                  "column": 31
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 4556,
                                                                                "end": 4561,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 150,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 150,
                                                                                    "column": 30
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "ReturnStatement",
                                                                        "start": 4597,
                                                                        "end": 4827,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 152,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 157,
                                                                            "column": 18
                                                                          }
                                                                        },
                                                                        "argument": {
                                                                          "type": "UnaryExpression",
                                                                          "start": 4604,
                                                                          "end": 4826,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 152,
                                                                              "column": 23
                                                                            },
                                                                            "end": {
                                                                              "line": 157,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "operator": "!",
                                                                          "prefix": true,
                                                                          "argument": {
                                                                            "type": "LogicalExpression",
                                                                            "start": 4625,
                                                                            "end": 4808,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 153,
                                                                                "column": 18
                                                                              },
                                                                              "end": {
                                                                                "line": 156,
                                                                                "column": 19
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 4625,
                                                                              "end": 4667,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 153,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 153,
                                                                                  "column": 60
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4625,
                                                                                "end": 4653,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 153,
                                                                                    "column": 18
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 153,
                                                                                    "column": 46
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4625,
                                                                                  "end": 4646,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 153,
                                                                                      "column": 18
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 153,
                                                                                      "column": 39
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "ThisExpression",
                                                                                    "start": 4625,
                                                                                    "end": 4629,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 153,
                                                                                        "column": 18
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 153,
                                                                                        "column": 22
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4630,
                                                                                    "end": 4646,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 153,
                                                                                        "column": 23
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 153,
                                                                                        "column": 39
                                                                                      },
                                                                                      "identifierName": "filterConditions"
                                                                                    },
                                                                                    "name": "filterConditions"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4647,
                                                                                  "end": 4653,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 153,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 153,
                                                                                      "column": 46
                                                                                    },
                                                                                    "identifierName": "artist"
                                                                                  },
                                                                                  "name": "artist"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "operator": "!==",
                                                                              "right": {
                                                                                "type": "Identifier",
                                                                                "start": 4658,
                                                                                "end": 4667,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 153,
                                                                                    "column": 51
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 153,
                                                                                    "column": 60
                                                                                  },
                                                                                  "identifierName": "undefined"
                                                                                },
                                                                                "name": "undefined"
                                                                              }
                                                                            },
                                                                            "operator": "&&",
                                                                            "right": {
                                                                              "type": "UnaryExpression",
                                                                              "start": 4689,
                                                                              "end": 4808,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 154,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 156,
                                                                                  "column": 19
                                                                                }
                                                                              },
                                                                              "operator": "!",
                                                                              "prefix": true,
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 4690,
                                                                                "end": 4808,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 154,
                                                                                    "column": 19
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 156,
                                                                                    "column": 19
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4690,
                                                                                  "end": 4749,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 154,
                                                                                      "column": 19
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 154,
                                                                                      "column": 78
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 4690,
                                                                                    "end": 4744,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 154,
                                                                                        "column": 19
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 154,
                                                                                        "column": 73
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 4694,
                                                                                      "end": 4700,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 154,
                                                                                          "column": 23
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 154,
                                                                                          "column": 29
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 4701,
                                                                                        "end": 4743,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 154,
                                                                                            "column": 30
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 154,
                                                                                            "column": 72
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 4701,
                                                                                          "end": 4736,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 154,
                                                                                              "column": 30
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 154,
                                                                                              "column": 65
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 4701,
                                                                                            "end": 4705,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 154,
                                                                                                "column": 30
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 154,
                                                                                                "column": 34
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 4708,
                                                                                            "end": 4736,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 154,
                                                                                                "column": 37
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 154,
                                                                                                "column": 65
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 4708,
                                                                                              "end": 4729,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 154,
                                                                                                  "column": 37
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 154,
                                                                                                  "column": 58
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 4708,
                                                                                                "end": 4712,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 154,
                                                                                                    "column": 37
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 154,
                                                                                                    "column": 41
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 4713,
                                                                                                "end": 4729,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 154,
                                                                                                    "column": 42
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 154,
                                                                                                    "column": 58
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 4730,
                                                                                              "end": 4736,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 154,
                                                                                                  "column": 59
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 154,
                                                                                                  "column": 65
                                                                                                },
                                                                                                "identifierName": "artist"
                                                                                              },
                                                                                              "name": "artist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 4739,
                                                                                          "end": 4743,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 154,
                                                                                              "column": 68
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 154,
                                                                                              "column": 72
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4745,
                                                                                    "end": 4749,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 154,
                                                                                        "column": 74
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 154,
                                                                                        "column": 78
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 4771,
                                                                                    "end": 4788,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 155,
                                                                                        "column": 20
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 155,
                                                                                        "column": 37
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 4771,
                                                                                      "end": 4783,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 155,
                                                                                          "column": 20
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 155,
                                                                                          "column": 32
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 4771,
                                                                                        "end": 4776,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 155,
                                                                                            "column": 20
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 155,
                                                                                            "column": 25
                                                                                          },
                                                                                          "identifierName": "album"
                                                                                        },
                                                                                        "name": "album"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 4777,
                                                                                        "end": 4783,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 155,
                                                                                            "column": 26
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 155,
                                                                                            "column": 32
                                                                                          },
                                                                                          "identifierName": "artist"
                                                                                        },
                                                                                        "name": "artist"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 4784,
                                                                                      "end": 4788,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 155,
                                                                                          "column": 33
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 155,
                                                                                          "column": 37
                                                                                        },
                                                                                        "identifierName": "name"
                                                                                      },
                                                                                      "name": "name"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              },
                                                                              "extra": {
                                                                                "parenthesizedArgument": false
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "parenthesized": true,
                                                                              "parenStart": 4605
                                                                            }
                                                                          },
                                                                          "extra": {
                                                                            "parenthesizedArgument": false
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 3846,
                                          "end": 3854,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 21
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "albums",
                                            "raw": "'albums'"
                                          },
                                          "value": "albums"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 4881,
                                        "end": 5357,
                                        "loc": {
                                          "start": {
                                            "line": 161,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 174,
                                            "column": 12
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 4907,
                                            "end": 5357,
                                            "loc": {
                                              "start": {
                                                "line": 162,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 174,
                                                "column": 12
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 4914,
                                              "end": 5356,
                                              "loc": {
                                                "start": {
                                                  "line": 162,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 174,
                                                  "column": 11
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 4928,
                                                  "end": 5344,
                                                  "loc": {
                                                    "start": {
                                                      "line": 163,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 173,
                                                      "column": 14
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 4929,
                                                    "end": 4932,
                                                    "loc": {
                                                      "start": {
                                                        "line": 163,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 163,
                                                        "column": 16
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 4935,
                                                    "end": 5344,
                                                    "loc": {
                                                      "start": {
                                                        "line": 163,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 173,
                                                        "column": 14
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4935,
                                                      "end": 4948,
                                                      "loc": {
                                                        "start": {
                                                          "line": 163,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 163,
                                                          "column": 32
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4935,
                                                        "end": 4941,
                                                        "loc": {
                                                          "start": {
                                                            "line": 163,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 163,
                                                            "column": 25
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4942,
                                                        "end": 4948,
                                                        "loc": {
                                                          "start": {
                                                            "line": 163,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 163,
                                                            "column": 32
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 4949,
                                                        "end": 4967,
                                                        "loc": {
                                                          "start": {
                                                            "line": 163,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 163,
                                                            "column": 51
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4949,
                                                          "end": 4962,
                                                          "loc": {
                                                            "start": {
                                                              "line": 163,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 163,
                                                              "column": 46
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4949,
                                                            "end": 4957,
                                                            "loc": {
                                                              "start": {
                                                                "line": 163,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 163,
                                                                "column": 41
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4958,
                                                            "end": 4962,
                                                            "loc": {
                                                              "start": {
                                                                "line": 163,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 163,
                                                                "column": 46
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4963,
                                                          "end": 4966,
                                                          "loc": {
                                                            "start": {
                                                              "line": 163,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 163,
                                                              "column": 50
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 4969,
                                                        "end": 5343,
                                                        "loc": {
                                                          "start": {
                                                            "line": 163,
                                                            "column": 53
                                                          },
                                                          "end": {
                                                            "line": 173,
                                                            "column": 13
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 4985,
                                                            "end": 5329,
                                                            "loc": {
                                                              "start": {
                                                                "line": 164,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 172,
                                                                "column": 16
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 4985,
                                                              "end": 4989,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 164,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 164,
                                                                  "column": 18
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 4991,
                                                              "end": 5329,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 164,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 172,
                                                                  "column": 16
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 4991,
                                                                "end": 5021,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 164,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 164,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 4991,
                                                                  "end": 5014,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 164,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 164,
                                                                      "column": 43
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 4991,
                                                                    "end": 5009,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 164,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 164,
                                                                        "column": 38
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 4991,
                                                                      "end": 5004,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 164,
                                                                          "column": 20
                                                                        },
                                                                        "end": {
                                                                          "line": 164,
                                                                          "column": 33
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 4991,
                                                                        "end": 4999,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 164,
                                                                            "column": 20
                                                                          },
                                                                          "end": {
                                                                            "line": 164,
                                                                            "column": 28
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 5000,
                                                                        "end": 5004,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 164,
                                                                            "column": 29
                                                                          },
                                                                          "end": {
                                                                            "line": 164,
                                                                            "column": 33
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 5005,
                                                                      "end": 5008,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 164,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 164,
                                                                          "column": 37
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 5010,
                                                                    "end": 5014,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 164,
                                                                        "column": 39
                                                                      },
                                                                      "end": {
                                                                        "line": 164,
                                                                        "column": 43
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5015,
                                                                  "end": 5021,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 164,
                                                                      "column": 44
                                                                    },
                                                                    "end": {
                                                                      "line": 164,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 5022,
                                                                  "end": 5328,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 164,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 172,
                                                                      "column": 15
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 5022,
                                                                      "end": 5028,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 164,
                                                                          "column": 51
                                                                        },
                                                                        "end": {
                                                                          "line": 164,
                                                                          "column": 57
                                                                        },
                                                                        "identifierName": "artist"
                                                                      },
                                                                      "name": "artist"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 5032,
                                                                    "end": 5328,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 164,
                                                                        "column": 61
                                                                      },
                                                                      "end": {
                                                                        "line": 172,
                                                                        "column": 15
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 5050,
                                                                        "end": 5312,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 165,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 171,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 5054,
                                                                          "end": 5096,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 165,
                                                                              "column": 20
                                                                            },
                                                                            "end": {
                                                                              "line": 165,
                                                                              "column": 62
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 5054,
                                                                            "end": 5082,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 165,
                                                                                "column": 20
                                                                              },
                                                                              "end": {
                                                                                "line": 165,
                                                                                "column": 48
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 5054,
                                                                              "end": 5075,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 165,
                                                                                  "column": 20
                                                                                },
                                                                                "end": {
                                                                                  "line": 165,
                                                                                  "column": 41
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "ThisExpression",
                                                                                "start": 5054,
                                                                                "end": 5058,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 165,
                                                                                    "column": 20
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 165,
                                                                                    "column": 24
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 5059,
                                                                                "end": 5075,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 165,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 165,
                                                                                    "column": 41
                                                                                  },
                                                                                  "identifierName": "filterConditions"
                                                                                },
                                                                                "name": "filterConditions"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 5076,
                                                                              "end": 5082,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 165,
                                                                                  "column": 42
                                                                                },
                                                                                "end": {
                                                                                  "line": 165,
                                                                                  "column": 48
                                                                                },
                                                                                "identifierName": "artist"
                                                                              },
                                                                              "name": "artist"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "operator": "===",
                                                                          "right": {
                                                                            "type": "Identifier",
                                                                            "start": 5087,
                                                                            "end": 5096,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 165,
                                                                                "column": 53
                                                                              },
                                                                              "end": {
                                                                                "line": 165,
                                                                                "column": 62
                                                                              },
                                                                              "identifierName": "undefined"
                                                                            },
                                                                            "name": "undefined"
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 5098,
                                                                          "end": 5148,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 165,
                                                                              "column": 64
                                                                            },
                                                                            "end": {
                                                                              "line": 167,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 5118,
                                                                              "end": 5130,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 166,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 166,
                                                                                  "column": 30
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 5125,
                                                                                "end": 5129,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 166,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 166,
                                                                                    "column": 29
                                                                                  }
                                                                                },
                                                                                "value": true
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": {
                                                                          "type": "BlockStatement",
                                                                          "start": 5154,
                                                                          "end": 5312,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 167,
                                                                              "column": 23
                                                                            },
                                                                            "end": {
                                                                              "line": 171,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 5174,
                                                                              "end": 5294,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 168,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 170,
                                                                                  "column": 38
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 5181,
                                                                                "end": 5293,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 168,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 170,
                                                                                    "column": 37
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 5181,
                                                                                  "end": 5280,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 168,
                                                                                      "column": 25
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 170,
                                                                                      "column": 24
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 5181,
                                                                                    "end": 5275,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 168,
                                                                                        "column": 25
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 170,
                                                                                        "column": 19
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5185,
                                                                                      "end": 5191,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 168,
                                                                                          "column": 29
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 168,
                                                                                          "column": 35
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 5213,
                                                                                        "end": 5255,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 169,
                                                                                            "column": 20
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 169,
                                                                                            "column": 62
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 5213,
                                                                                          "end": 5248,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 169,
                                                                                              "column": 20
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 169,
                                                                                              "column": 55
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 5213,
                                                                                            "end": 5217,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 169,
                                                                                                "column": 20
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 169,
                                                                                                "column": 24
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 5220,
                                                                                            "end": 5248,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 169,
                                                                                                "column": 27
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 169,
                                                                                                "column": 55
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 5220,
                                                                                              "end": 5241,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 169,
                                                                                                  "column": 27
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 169,
                                                                                                  "column": 48
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 5220,
                                                                                                "end": 5224,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 169,
                                                                                                    "column": 27
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 169,
                                                                                                    "column": 31
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 5225,
                                                                                                "end": 5241,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 169,
                                                                                                    "column": 32
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 169,
                                                                                                    "column": 48
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 5242,
                                                                                              "end": 5248,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 169,
                                                                                                  "column": 49
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 169,
                                                                                                  "column": 55
                                                                                                },
                                                                                                "identifierName": "artist"
                                                                                              },
                                                                                              "name": "artist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 5251,
                                                                                          "end": 5255,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 169,
                                                                                              "column": 58
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 169,
                                                                                              "column": 62
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 5276,
                                                                                    "end": 5280,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 170,
                                                                                        "column": 20
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 170,
                                                                                        "column": 24
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 5281,
                                                                                    "end": 5292,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 170,
                                                                                        "column": 25
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 170,
                                                                                        "column": 36
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5281,
                                                                                      "end": 5287,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 170,
                                                                                          "column": 25
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 170,
                                                                                          "column": 31
                                                                                        },
                                                                                        "identifierName": "artist"
                                                                                      },
                                                                                      "name": "artist"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5288,
                                                                                      "end": 5292,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 170,
                                                                                          "column": 32
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 170,
                                                                                          "column": 36
                                                                                        },
                                                                                        "identifierName": "name"
                                                                                      },
                                                                                      "name": "name"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 4886,
                                          "end": 4895,
                                          "loc": {
                                            "start": {
                                              "line": 161,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 161,
                                              "column": 22
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "artists",
                                            "raw": "'artists'"
                                          },
                                          "value": "artists"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 5366,
                                        "end": 5853,
                                        "loc": {
                                          "start": {
                                            "line": 175,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 188,
                                            "column": 12
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 5394,
                                            "end": 5853,
                                            "loc": {
                                              "start": {
                                                "line": 176,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 188,
                                                "column": 12
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 5401,
                                              "end": 5852,
                                              "loc": {
                                                "start": {
                                                  "line": 176,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 188,
                                                  "column": 11
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 5415,
                                                  "end": 5840,
                                                  "loc": {
                                                    "start": {
                                                      "line": 177,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 187,
                                                      "column": 14
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 5416,
                                                    "end": 5419,
                                                    "loc": {
                                                      "start": {
                                                        "line": 177,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 177,
                                                        "column": 16
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 5422,
                                                    "end": 5840,
                                                    "loc": {
                                                      "start": {
                                                        "line": 177,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 187,
                                                        "column": 14
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5422,
                                                      "end": 5435,
                                                      "loc": {
                                                        "start": {
                                                          "line": 177,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 177,
                                                          "column": 32
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 5422,
                                                        "end": 5428,
                                                        "loc": {
                                                          "start": {
                                                            "line": 177,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 177,
                                                            "column": 25
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5429,
                                                        "end": 5435,
                                                        "loc": {
                                                          "start": {
                                                            "line": 177,
                                                            "column": 26
                                                          },
                                                          "end": {
                                                            "line": 177,
                                                            "column": 32
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 5436,
                                                        "end": 5454,
                                                        "loc": {
                                                          "start": {
                                                            "line": 177,
                                                            "column": 33
                                                          },
                                                          "end": {
                                                            "line": 177,
                                                            "column": 51
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 5436,
                                                          "end": 5449,
                                                          "loc": {
                                                            "start": {
                                                              "line": 177,
                                                              "column": 33
                                                            },
                                                            "end": {
                                                              "line": 177,
                                                              "column": 46
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5436,
                                                            "end": 5444,
                                                            "loc": {
                                                              "start": {
                                                                "line": 177,
                                                                "column": 33
                                                              },
                                                              "end": {
                                                                "line": 177,
                                                                "column": 41
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5445,
                                                            "end": 5449,
                                                            "loc": {
                                                              "start": {
                                                                "line": 177,
                                                                "column": 42
                                                              },
                                                              "end": {
                                                                "line": 177,
                                                                "column": 46
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5450,
                                                          "end": 5453,
                                                          "loc": {
                                                            "start": {
                                                              "line": 177,
                                                              "column": 47
                                                            },
                                                            "end": {
                                                              "line": 177,
                                                              "column": 50
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 5456,
                                                        "end": 5839,
                                                        "loc": {
                                                          "start": {
                                                            "line": 177,
                                                            "column": 53
                                                          },
                                                          "end": {
                                                            "line": 187,
                                                            "column": 13
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 5472,
                                                            "end": 5825,
                                                            "loc": {
                                                              "start": {
                                                                "line": 178,
                                                                "column": 14
                                                              },
                                                              "end": {
                                                                "line": 186,
                                                                "column": 16
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 5472,
                                                              "end": 5476,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 178,
                                                                  "column": 14
                                                                },
                                                                "end": {
                                                                  "line": 178,
                                                                  "column": 18
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 5478,
                                                              "end": 5825,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 178,
                                                                  "column": 20
                                                                },
                                                                "end": {
                                                                  "line": 186,
                                                                  "column": 16
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 5478,
                                                                "end": 5508,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 178,
                                                                    "column": 20
                                                                  },
                                                                  "end": {
                                                                    "line": 178,
                                                                    "column": 50
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 5478,
                                                                  "end": 5501,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 178,
                                                                      "column": 20
                                                                    },
                                                                    "end": {
                                                                      "line": 178,
                                                                      "column": 43
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 5478,
                                                                    "end": 5496,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 178,
                                                                        "column": 20
                                                                      },
                                                                      "end": {
                                                                        "line": 178,
                                                                        "column": 38
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 5478,
                                                                      "end": 5491,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 178,
                                                                          "column": 20
                                                                        },
                                                                        "end": {
                                                                          "line": 178,
                                                                          "column": 33
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 5478,
                                                                        "end": 5486,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 178,
                                                                            "column": 20
                                                                          },
                                                                          "end": {
                                                                            "line": 178,
                                                                            "column": 28
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 5487,
                                                                        "end": 5491,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 178,
                                                                            "column": 29
                                                                          },
                                                                          "end": {
                                                                            "line": 178,
                                                                            "column": 33
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 5492,
                                                                      "end": 5495,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 178,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 178,
                                                                          "column": 37
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 5497,
                                                                    "end": 5501,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 178,
                                                                        "column": 39
                                                                      },
                                                                      "end": {
                                                                        "line": 178,
                                                                        "column": 43
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5502,
                                                                  "end": 5508,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 178,
                                                                      "column": 44
                                                                    },
                                                                    "end": {
                                                                      "line": 178,
                                                                      "column": 50
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 5509,
                                                                  "end": 5824,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 178,
                                                                      "column": 51
                                                                    },
                                                                    "end": {
                                                                      "line": 186,
                                                                      "column": 15
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 5509,
                                                                      "end": 5517,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 178,
                                                                          "column": 51
                                                                        },
                                                                        "end": {
                                                                          "line": 178,
                                                                          "column": 59
                                                                        },
                                                                        "identifierName": "playlist"
                                                                      },
                                                                      "name": "playlist"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 5521,
                                                                    "end": 5824,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 178,
                                                                        "column": 63
                                                                      },
                                                                      "end": {
                                                                        "line": 186,
                                                                        "column": 15
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 5539,
                                                                        "end": 5808,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 179,
                                                                            "column": 16
                                                                          },
                                                                          "end": {
                                                                            "line": 185,
                                                                            "column": 17
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 5543,
                                                                          "end": 5587,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 179,
                                                                              "column": 20
                                                                            },
                                                                            "end": {
                                                                              "line": 179,
                                                                              "column": 64
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 5543,
                                                                            "end": 5573,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 179,
                                                                                "column": 20
                                                                              },
                                                                              "end": {
                                                                                "line": 179,
                                                                                "column": 50
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 5543,
                                                                              "end": 5564,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 179,
                                                                                  "column": 20
                                                                                },
                                                                                "end": {
                                                                                  "line": 179,
                                                                                  "column": 41
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "ThisExpression",
                                                                                "start": 5543,
                                                                                "end": 5547,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 179,
                                                                                    "column": 20
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 179,
                                                                                    "column": 24
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 5548,
                                                                                "end": 5564,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 179,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 179,
                                                                                    "column": 41
                                                                                  },
                                                                                  "identifierName": "filterConditions"
                                                                                },
                                                                                "name": "filterConditions"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 5565,
                                                                              "end": 5573,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 179,
                                                                                  "column": 42
                                                                                },
                                                                                "end": {
                                                                                  "line": 179,
                                                                                  "column": 50
                                                                                },
                                                                                "identifierName": "playlist"
                                                                              },
                                                                              "name": "playlist"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "operator": "===",
                                                                          "right": {
                                                                            "type": "Identifier",
                                                                            "start": 5578,
                                                                            "end": 5587,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 179,
                                                                                "column": 55
                                                                              },
                                                                              "end": {
                                                                                "line": 179,
                                                                                "column": 64
                                                                              },
                                                                              "identifierName": "undefined"
                                                                            },
                                                                            "name": "undefined"
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 5589,
                                                                          "end": 5639,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 179,
                                                                              "column": 66
                                                                            },
                                                                            "end": {
                                                                              "line": 181,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 5609,
                                                                              "end": 5621,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 180,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 180,
                                                                                  "column": 30
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 5616,
                                                                                "end": 5620,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 180,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 180,
                                                                                    "column": 29
                                                                                  }
                                                                                },
                                                                                "value": true
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": {
                                                                          "type": "BlockStatement",
                                                                          "start": 5645,
                                                                          "end": 5808,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 181,
                                                                              "column": 23
                                                                            },
                                                                            "end": {
                                                                              "line": 185,
                                                                              "column": 17
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 5665,
                                                                              "end": 5790,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 182,
                                                                                  "column": 18
                                                                                },
                                                                                "end": {
                                                                                  "line": 184,
                                                                                  "column": 41
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 5672,
                                                                                "end": 5789,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 182,
                                                                                    "column": 25
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 184,
                                                                                    "column": 40
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 5672,
                                                                                  "end": 5773,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 182,
                                                                                      "column": 25
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 184,
                                                                                      "column": 24
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 5672,
                                                                                    "end": 5768,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 182,
                                                                                        "column": 25
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 184,
                                                                                        "column": 19
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5676,
                                                                                      "end": 5682,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 182,
                                                                                          "column": 29
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 182,
                                                                                          "column": 35
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 5704,
                                                                                        "end": 5748,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 183,
                                                                                            "column": 20
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 183,
                                                                                            "column": 64
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 5704,
                                                                                          "end": 5741,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 183,
                                                                                              "column": 20
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 183,
                                                                                              "column": 57
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 5704,
                                                                                            "end": 5708,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 183,
                                                                                                "column": 20
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 183,
                                                                                                "column": 24
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 5711,
                                                                                            "end": 5741,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 183,
                                                                                                "column": 27
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 183,
                                                                                                "column": 57
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 5711,
                                                                                              "end": 5732,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 183,
                                                                                                  "column": 27
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 183,
                                                                                                  "column": 48
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 5711,
                                                                                                "end": 5715,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 183,
                                                                                                    "column": 27
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 183,
                                                                                                    "column": 31
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 5716,
                                                                                                "end": 5732,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 183,
                                                                                                    "column": 32
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 183,
                                                                                                    "column": 48
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 5733,
                                                                                              "end": 5741,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 183,
                                                                                                  "column": 49
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 183,
                                                                                                  "column": 57
                                                                                                },
                                                                                                "identifierName": "playlist"
                                                                                              },
                                                                                              "name": "playlist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 5744,
                                                                                          "end": 5748,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 183,
                                                                                              "column": 60
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 183,
                                                                                              "column": 64
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 5769,
                                                                                    "end": 5773,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 184,
                                                                                        "column": 20
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 184,
                                                                                        "column": 24
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 5774,
                                                                                    "end": 5788,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 184,
                                                                                        "column": 25
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 184,
                                                                                        "column": 39
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5774,
                                                                                      "end": 5782,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 184,
                                                                                          "column": 25
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 184,
                                                                                          "column": 33
                                                                                        },
                                                                                        "identifierName": "playlist"
                                                                                      },
                                                                                      "name": "playlist"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5783,
                                                                                      "end": 5788,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 184,
                                                                                          "column": 34
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 184,
                                                                                          "column": 39
                                                                                        },
                                                                                        "identifierName": "title"
                                                                                      },
                                                                                      "name": "title"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 5371,
                                          "end": 5382,
                                          "loc": {
                                            "start": {
                                              "line": 175,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 175,
                                              "column": 24
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "playlists",
                                            "raw": "'playlists'"
                                          },
                                          "value": "playlists"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 5862,
                                        "end": 5940,
                                        "loc": {
                                          "start": {
                                            "line": 189,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 192,
                                            "column": 12
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 5881,
                                            "end": 5940,
                                            "loc": {
                                              "start": {
                                                "line": 190,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 192,
                                                "column": 12
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 5888,
                                              "end": 5939,
                                              "loc": {
                                                "start": {
                                                  "line": 190,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 192,
                                                  "column": 11
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 5902,
                                                  "end": 5927,
                                                  "loc": {
                                                    "start": {
                                                      "line": 191,
                                                      "column": 12
                                                    },
                                                    "end": {
                                                      "line": 191,
                                                      "column": 37
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 5903,
                                                    "end": 5906,
                                                    "loc": {
                                                      "start": {
                                                        "line": 191,
                                                        "column": 13
                                                      },
                                                      "end": {
                                                        "line": 191,
                                                        "column": 16
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 5909,
                                                    "end": 5927,
                                                    "loc": {
                                                      "start": {
                                                        "line": 191,
                                                        "column": 19
                                                      },
                                                      "end": {
                                                        "line": 191,
                                                        "column": 37
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 5909,
                                                      "end": 5922,
                                                      "loc": {
                                                        "start": {
                                                          "line": 191,
                                                          "column": 19
                                                        },
                                                        "end": {
                                                          "line": 191,
                                                          "column": 32
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 5909,
                                                        "end": 5917,
                                                        "loc": {
                                                          "start": {
                                                            "line": 191,
                                                            "column": 19
                                                          },
                                                          "end": {
                                                            "line": 191,
                                                            "column": 27
                                                          },
                                                          "identifierName": "response"
                                                        },
                                                        "name": "response"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5918,
                                                        "end": 5922,
                                                        "loc": {
                                                          "start": {
                                                            "line": 191,
                                                            "column": 28
                                                          },
                                                          "end": {
                                                            "line": 191,
                                                            "column": 32
                                                          },
                                                          "identifierName": "data"
                                                        },
                                                        "name": "data"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 5923,
                                                      "end": 5926,
                                                      "loc": {
                                                        "start": {
                                                          "line": 191,
                                                          "column": 33
                                                        },
                                                        "end": {
                                                          "line": 191,
                                                          "column": 36
                                                        },
                                                        "identifierName": "key"
                                                      },
                                                      "name": "key"
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": null
                                      }
                                    ]
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 5961,
                    "end": 6036,
                    "loc": {
                      "start": {
                        "line": 195,
                        "column": 4
                      },
                      "end": {
                        "line": 197,
                        "column": 7
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 5968,
                      "end": 6035,
                      "loc": {
                        "start": {
                          "line": 195,
                          "column": 11
                        },
                        "end": {
                          "line": 197,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 5968,
                        "end": 5981,
                        "loc": {
                          "start": {
                            "line": 195,
                            "column": 11
                          },
                          "end": {
                            "line": 195,
                            "column": 24
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 5968,
                          "end": 5974,
                          "loc": {
                            "start": {
                              "line": 195,
                              "column": 11
                            },
                            "end": {
                              "line": 195,
                              "column": 17
                            },
                            "identifierName": "Object"
                          },
                          "name": "Object"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 5975,
                          "end": 5981,
                          "loc": {
                            "start": {
                              "line": 195,
                              "column": 18
                            },
                            "end": {
                              "line": 195,
                              "column": 24
                            },
                            "identifierName": "assign"
                          },
                          "name": "assign"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 5982,
                          "end": 5990,
                          "loc": {
                            "start": {
                              "line": 195,
                              "column": 25
                            },
                            "end": {
                              "line": 195,
                              "column": 33
                            },
                            "identifierName": "response"
                          },
                          "name": "response"
                        },
                        {
                          "type": "ObjectExpression",
                          "start": 5992,
                          "end": 6034,
                          "loc": {
                            "start": {
                              "line": 195,
                              "column": 35
                            },
                            "end": {
                              "line": 197,
                              "column": 5
                            }
                          },
                          "properties": [
                            {
                              "type": "ObjectProperty",
                              "start": 6000,
                              "end": 6028,
                              "loc": {
                                "start": {
                                  "line": 196,
                                  "column": 6
                                },
                                "end": {
                                  "line": 196,
                                  "column": 34
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 6000,
                                "end": 6004,
                                "loc": {
                                  "start": {
                                    "line": 196,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 196,
                                    "column": 10
                                  },
                                  "identifierName": "data"
                                },
                                "name": "data"
                              },
                              "value": {
                                "type": "CallExpression",
                                "start": 6006,
                                "end": 6028,
                                "loc": {
                                  "start": {
                                    "line": 196,
                                    "column": 12
                                  },
                                  "end": {
                                    "line": 196,
                                    "column": 34
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6006,
                                  "end": 6019,
                                  "loc": {
                                    "start": {
                                      "line": 196,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 196,
                                      "column": 25
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6006,
                                    "end": 6012,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 18
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6013,
                                    "end": 6019,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 19
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 25
                                      },
                                      "identifierName": "assign"
                                    },
                                    "name": "assign"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "SpreadElement",
                                    "start": 6020,
                                    "end": 6027,
                                    "loc": {
                                      "start": {
                                        "line": 196,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 196,
                                        "column": 33
                                      }
                                    },
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 6023,
                                      "end": 6027,
                                      "loc": {
                                        "start": {
                                          "line": 196,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 196,
                                          "column": 33
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    }
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "alternate": {
                "type": "BlockStatement",
                "start": 6046,
                "end": 6072,
                "loc": {
                  "start": {
                    "line": 198,
                    "column": 9
                  },
                  "end": {
                    "line": 200,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 6052,
                    "end": 6068,
                    "loc": {
                      "start": {
                        "line": 199,
                        "column": 4
                      },
                      "end": {
                        "line": 199,
                        "column": 20
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 6059,
                      "end": 6067,
                      "loc": {
                        "start": {
                          "line": 199,
                          "column": 11
                        },
                        "end": {
                          "line": 199,
                          "column": 19
                        },
                        "identifierName": "response"
                      },
                      "name": "response"
                    }
                  }
                ],
                "directives": []
              }
            }
          ],
          "directives": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * Search API.\n * @see https://docs-en.kkbox.codes/v1.1/reference#search\n ",
      "start": 84,
      "end": 164,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @ignore\n   ",
      "start": 220,
      "end": 242,
      "loc": {
        "start": {
          "line": 9,
          "column": 2
        },
        "end": {
          "line": 11,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @ignore\n     ",
      "start": 316,
      "end": 342,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @ignore\n     ",
      "start": 387,
      "end": 413,
      "loc": {
        "start": {
          "line": 20,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @ignore\n     ",
      "start": 443,
      "end": 469,
      "loc": {
        "start": {
          "line": 25,
          "column": 4
        },
        "end": {
          "line": 27,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Filter what you don't want when search.\n   *\n   * @param {Object} [conditions] - search conditions.\n   * @param {string} conditions.track - track's name.\n   * @param {string} conditions.album - album's name.\n   * @param {string} conditions.artist - artist's name.\n   * @param {string} conditions.playlist - playlist's title.\n   * @param {string} conditions.availableTerritory - tracks and albums available territory.\n   * @return {Search}\n   * @example\n   * api.searchFetcher\n   *  .setSearchCriteria('五月天 好好')\n   *  .filter({artist: '五月天'})\n   *  .fetchSearchResult();\n   ",
      "start": 504,
      "end": 1088,
      "loc": {
        "start": {
          "line": 31,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Init the search fetcher for the artist, album, track or playlist.\n   *\n   * @param {string} q - The keyword to be searched.\n   * @param {string} [type] - ['artist', 'album', 'track', 'playlist'] The type of search. Default to search all types. If you want to use multiple type at the same time, you may use ',' to separate them.\n   * @return {Search}\n   * @see https://docs-en.kkbox.codes/v1.1/reference#search_1\n   ",
      "start": 1181,
      "end": 1608,
      "loc": {
        "start": {
          "line": 52,
          "column": 2
        },
        "end": {
          "line": 59,
          "column": 5
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Fetch the search result.\n   *\n   * @param {number} [limit] - The size of one page.\n   * @param {number} [offset] - The offset index for first element.\n   * @return {Promise}\n   * @example\n   * api.searchFetcher\n   *  .setSearchCriteria('五月天 好好')\n   *  .fetchSearchResult();\n   * @see https://docs-en.kkbox.codes/v1.1/reference#search_1\n   ",
      "start": 1714,
      "end": 2064,
      "loc": {
        "start": {
          "line": 66,
          "column": 2
        },
        "end": {
          "line": 77,
          "column": 5
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 0,
      "end": 6,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7,
      "end": 8,
      "loc": {
        "start": {
          "line": 1,
          "column": 7
        },
        "end": {
          "line": 1,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SEARCH",
      "start": 9,
      "end": 15,
      "loc": {
        "start": {
          "line": 1,
          "column": 9
        },
        "end": {
          "line": 1,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "as",
      "start": 16,
      "end": 18,
      "loc": {
        "start": {
          "line": 1,
          "column": 16
        },
        "end": {
          "line": 1,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENDPOINT",
      "start": 19,
      "end": 27,
      "loc": {
        "start": {
          "line": 1,
          "column": 19
        },
        "end": {
          "line": 1,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 28,
      "end": 29,
      "loc": {
        "start": {
          "line": 1,
          "column": 28
        },
        "end": {
          "line": 1,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 30,
      "end": 34,
      "loc": {
        "start": {
          "line": 1,
          "column": 30
        },
        "end": {
          "line": 1,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../Endpoint",
      "start": 35,
      "end": 48,
      "loc": {
        "start": {
          "line": 1,
          "column": 35
        },
        "end": {
          "line": 1,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 48,
      "end": 49,
      "loc": {
        "start": {
          "line": 1,
          "column": 48
        },
        "end": {
          "line": 1,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 50,
      "end": 56,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Fetcher",
      "start": 57,
      "end": 64,
      "loc": {
        "start": {
          "line": 2,
          "column": 7
        },
        "end": {
          "line": 2,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 65,
      "end": 69,
      "loc": {
        "start": {
          "line": 2,
          "column": 15
        },
        "end": {
          "line": 2,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "./Fetcher",
      "start": 70,
      "end": 81,
      "loc": {
        "start": {
          "line": 2,
          "column": 20
        },
        "end": {
          "line": 2,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 81,
      "end": 82,
      "loc": {
        "start": {
          "line": 2,
          "column": 31
        },
        "end": {
          "line": 2,
          "column": 32
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Search API.\n * @see https://docs-en.kkbox.codes/v1.1/reference#search\n ",
      "start": 84,
      "end": 164,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "export",
        "keyword": "export",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "export",
      "start": 165,
      "end": 171,
      "loc": {
        "start": {
          "line": 8,
          "column": 0
        },
        "end": {
          "line": 8,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 172,
      "end": 179,
      "loc": {
        "start": {
          "line": 8,
          "column": 7
        },
        "end": {
          "line": 8,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "class",
        "keyword": "class",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "class",
      "start": 180,
      "end": 185,
      "loc": {
        "start": {
          "line": 8,
          "column": 15
        },
        "end": {
          "line": 8,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "SearchFetcher",
      "start": 186,
      "end": 199,
      "loc": {
        "start": {
          "line": 8,
          "column": 21
        },
        "end": {
          "line": 8,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "extends",
        "keyword": "extends",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "extends",
      "start": 200,
      "end": 207,
      "loc": {
        "start": {
          "line": 8,
          "column": 35
        },
        "end": {
          "line": 8,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Fetcher",
      "start": 208,
      "end": 215,
      "loc": {
        "start": {
          "line": 8,
          "column": 43
        },
        "end": {
          "line": 8,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 216,
      "end": 217,
      "loc": {
        "start": {
          "line": 8,
          "column": 51
        },
        "end": {
          "line": 8,
          "column": 52
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * @ignore\n   ",
      "start": 220,
      "end": 242,
      "loc": {
        "start": {
          "line": 9,
          "column": 2
        },
        "end": {
          "line": 11,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 245,
      "end": 256,
      "loc": {
        "start": {
          "line": 12,
          "column": 2
        },
        "end": {
          "line": 12,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 256,
      "end": 257,
      "loc": {
        "start": {
          "line": 12,
          "column": 13
        },
        "end": {
          "line": 12,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "http",
      "start": 257,
      "end": 261,
      "loc": {
        "start": {
          "line": 12,
          "column": 14
        },
        "end": {
          "line": 12,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 261,
      "end": 262,
      "loc": {
        "start": {
          "line": 12,
          "column": 18
        },
        "end": {
          "line": 12,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "territory",
      "start": 263,
      "end": 272,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 273,
      "end": 274,
      "loc": {
        "start": {
          "line": 12,
          "column": 30
        },
        "end": {
          "line": 12,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TW",
      "start": 275,
      "end": 279,
      "loc": {
        "start": {
          "line": 12,
          "column": 32
        },
        "end": {
          "line": 12,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 279,
      "end": 280,
      "loc": {
        "start": {
          "line": 12,
          "column": 36
        },
        "end": {
          "line": 12,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 281,
      "end": 282,
      "loc": {
        "start": {
          "line": 12,
          "column": 38
        },
        "end": {
          "line": 12,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "super",
        "keyword": "super",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "super",
      "start": 287,
      "end": 292,
      "loc": {
        "start": {
          "line": 13,
          "column": 4
        },
        "end": {
          "line": 13,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 292,
      "end": 293,
      "loc": {
        "start": {
          "line": 13,
          "column": 9
        },
        "end": {
          "line": 13,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "http",
      "start": 293,
      "end": 297,
      "loc": {
        "start": {
          "line": 13,
          "column": 10
        },
        "end": {
          "line": 13,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 297,
      "end": 298,
      "loc": {
        "start": {
          "line": 13,
          "column": 14
        },
        "end": {
          "line": 13,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "territory",
      "start": 299,
      "end": 308,
      "loc": {
        "start": {
          "line": 13,
          "column": 16
        },
        "end": {
          "line": 13,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 308,
      "end": 309,
      "loc": {
        "start": {
          "line": 13,
          "column": 25
        },
        "end": {
          "line": 13,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 309,
      "end": 310,
      "loc": {
        "start": {
          "line": 13,
          "column": 26
        },
        "end": {
          "line": 13,
          "column": 27
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @ignore\n     ",
      "start": 316,
      "end": 342,
      "loc": {
        "start": {
          "line": 15,
          "column": 4
        },
        "end": {
          "line": 17,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 347,
      "end": 351,
      "loc": {
        "start": {
          "line": 18,
          "column": 4
        },
        "end": {
          "line": 18,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 351,
      "end": 352,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 352,
      "end": 368,
      "loc": {
        "start": {
          "line": 18,
          "column": 9
        },
        "end": {
          "line": 18,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 369,
      "end": 370,
      "loc": {
        "start": {
          "line": 18,
          "column": 26
        },
        "end": {
          "line": 18,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 371,
      "end": 380,
      "loc": {
        "start": {
          "line": 18,
          "column": 28
        },
        "end": {
          "line": 18,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 380,
      "end": 381,
      "loc": {
        "start": {
          "line": 18,
          "column": 37
        },
        "end": {
          "line": 18,
          "column": 38
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @ignore\n     ",
      "start": 387,
      "end": 413,
      "loc": {
        "start": {
          "line": 20,
          "column": 4
        },
        "end": {
          "line": 22,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 418,
      "end": 422,
      "loc": {
        "start": {
          "line": 23,
          "column": 4
        },
        "end": {
          "line": 23,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 422,
      "end": 423,
      "loc": {
        "start": {
          "line": 23,
          "column": 8
        },
        "end": {
          "line": 23,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 423,
      "end": 424,
      "loc": {
        "start": {
          "line": 23,
          "column": 9
        },
        "end": {
          "line": 23,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 425,
      "end": 426,
      "loc": {
        "start": {
          "line": 23,
          "column": 11
        },
        "end": {
          "line": 23,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 427,
      "end": 436,
      "loc": {
        "start": {
          "line": 23,
          "column": 13
        },
        "end": {
          "line": 23,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 436,
      "end": 437,
      "loc": {
        "start": {
          "line": 23,
          "column": 22
        },
        "end": {
          "line": 23,
          "column": 23
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @ignore\n     ",
      "start": 443,
      "end": 469,
      "loc": {
        "start": {
          "line": 25,
          "column": 4
        },
        "end": {
          "line": 27,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 474,
      "end": 478,
      "loc": {
        "start": {
          "line": 28,
          "column": 4
        },
        "end": {
          "line": 28,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 478,
      "end": 479,
      "loc": {
        "start": {
          "line": 28,
          "column": 8
        },
        "end": {
          "line": 28,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 479,
      "end": 483,
      "loc": {
        "start": {
          "line": 28,
          "column": 9
        },
        "end": {
          "line": 28,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 484,
      "end": 485,
      "loc": {
        "start": {
          "line": 28,
          "column": 14
        },
        "end": {
          "line": 28,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 486,
      "end": 495,
      "loc": {
        "start": {
          "line": 28,
          "column": 16
        },
        "end": {
          "line": 28,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 495,
      "end": 496,
      "loc": {
        "start": {
          "line": 28,
          "column": 25
        },
        "end": {
          "line": 28,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 499,
      "end": 500,
      "loc": {
        "start": {
          "line": 29,
          "column": 2
        },
        "end": {
          "line": 29,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Filter what you don't want when search.\n   *\n   * @param {Object} [conditions] - search conditions.\n   * @param {string} conditions.track - track's name.\n   * @param {string} conditions.album - album's name.\n   * @param {string} conditions.artist - artist's name.\n   * @param {string} conditions.playlist - playlist's title.\n   * @param {string} conditions.availableTerritory - tracks and albums available territory.\n   * @return {Search}\n   * @example\n   * api.searchFetcher\n   *  .setSearchCriteria('五月天 好好')\n   *  .filter({artist: '五月天'})\n   *  .fetchSearchResult();\n   ",
      "start": 504,
      "end": 1088,
      "loc": {
        "start": {
          "line": 31,
          "column": 2
        },
        "end": {
          "line": 46,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 1091,
      "end": 1097,
      "loc": {
        "start": {
          "line": 47,
          "column": 2
        },
        "end": {
          "line": 47,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1097,
      "end": 1098,
      "loc": {
        "start": {
          "line": 47,
          "column": 8
        },
        "end": {
          "line": 47,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditions",
      "start": 1098,
      "end": 1108,
      "loc": {
        "start": {
          "line": 47,
          "column": 9
        },
        "end": {
          "line": 47,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1109,
      "end": 1110,
      "loc": {
        "start": {
          "line": 47,
          "column": 20
        },
        "end": {
          "line": 47,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1111,
      "end": 1112,
      "loc": {
        "start": {
          "line": 47,
          "column": 22
        },
        "end": {
          "line": 47,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1112,
      "end": 1113,
      "loc": {
        "start": {
          "line": 47,
          "column": 23
        },
        "end": {
          "line": 47,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1113,
      "end": 1114,
      "loc": {
        "start": {
          "line": 47,
          "column": 24
        },
        "end": {
          "line": 47,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1115,
      "end": 1116,
      "loc": {
        "start": {
          "line": 47,
          "column": 26
        },
        "end": {
          "line": 47,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1121,
      "end": 1125,
      "loc": {
        "start": {
          "line": 48,
          "column": 4
        },
        "end": {
          "line": 48,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1125,
      "end": 1126,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 1126,
      "end": 1142,
      "loc": {
        "start": {
          "line": 48,
          "column": 9
        },
        "end": {
          "line": 48,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1143,
      "end": 1144,
      "loc": {
        "start": {
          "line": 48,
          "column": 26
        },
        "end": {
          "line": 48,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditions",
      "start": 1145,
      "end": 1155,
      "loc": {
        "start": {
          "line": 48,
          "column": 28
        },
        "end": {
          "line": 48,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1155,
      "end": 1156,
      "loc": {
        "start": {
          "line": 48,
          "column": 38
        },
        "end": {
          "line": 48,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1161,
      "end": 1167,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1168,
      "end": 1172,
      "loc": {
        "start": {
          "line": 49,
          "column": 11
        },
        "end": {
          "line": 49,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1172,
      "end": 1173,
      "loc": {
        "start": {
          "line": 49,
          "column": 15
        },
        "end": {
          "line": 49,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1176,
      "end": 1177,
      "loc": {
        "start": {
          "line": 50,
          "column": 2
        },
        "end": {
          "line": 50,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Init the search fetcher for the artist, album, track or playlist.\n   *\n   * @param {string} q - The keyword to be searched.\n   * @param {string} [type] - ['artist', 'album', 'track', 'playlist'] The type of search. Default to search all types. If you want to use multiple type at the same time, you may use ',' to separate them.\n   * @return {Search}\n   * @see https://docs-en.kkbox.codes/v1.1/reference#search_1\n   ",
      "start": 1181,
      "end": 1608,
      "loc": {
        "start": {
          "line": 52,
          "column": 2
        },
        "end": {
          "line": 59,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setSearchCriteria",
      "start": 1611,
      "end": 1628,
      "loc": {
        "start": {
          "line": 60,
          "column": 2
        },
        "end": {
          "line": 60,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1628,
      "end": 1629,
      "loc": {
        "start": {
          "line": 60,
          "column": 19
        },
        "end": {
          "line": 60,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 1629,
      "end": 1630,
      "loc": {
        "start": {
          "line": 60,
          "column": 20
        },
        "end": {
          "line": 60,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1630,
      "end": 1631,
      "loc": {
        "start": {
          "line": 60,
          "column": 21
        },
        "end": {
          "line": 60,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1632,
      "end": 1636,
      "loc": {
        "start": {
          "line": 60,
          "column": 23
        },
        "end": {
          "line": 60,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1637,
      "end": 1638,
      "loc": {
        "start": {
          "line": 60,
          "column": 28
        },
        "end": {
          "line": 60,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1639,
      "end": 1648,
      "loc": {
        "start": {
          "line": 60,
          "column": 30
        },
        "end": {
          "line": 60,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1648,
      "end": 1649,
      "loc": {
        "start": {
          "line": 60,
          "column": 39
        },
        "end": {
          "line": 60,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1650,
      "end": 1651,
      "loc": {
        "start": {
          "line": 60,
          "column": 41
        },
        "end": {
          "line": 60,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1656,
      "end": 1660,
      "loc": {
        "start": {
          "line": 61,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1660,
      "end": 1661,
      "loc": {
        "start": {
          "line": 61,
          "column": 8
        },
        "end": {
          "line": 61,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 1661,
      "end": 1662,
      "loc": {
        "start": {
          "line": 61,
          "column": 9
        },
        "end": {
          "line": 61,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1663,
      "end": 1664,
      "loc": {
        "start": {
          "line": 61,
          "column": 11
        },
        "end": {
          "line": 61,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 1665,
      "end": 1666,
      "loc": {
        "start": {
          "line": 61,
          "column": 13
        },
        "end": {
          "line": 61,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1666,
      "end": 1667,
      "loc": {
        "start": {
          "line": 61,
          "column": 14
        },
        "end": {
          "line": 61,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1672,
      "end": 1676,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1676,
      "end": 1677,
      "loc": {
        "start": {
          "line": 62,
          "column": 8
        },
        "end": {
          "line": 62,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1677,
      "end": 1681,
      "loc": {
        "start": {
          "line": 62,
          "column": 9
        },
        "end": {
          "line": 62,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1682,
      "end": 1683,
      "loc": {
        "start": {
          "line": 62,
          "column": 14
        },
        "end": {
          "line": 62,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1684,
      "end": 1688,
      "loc": {
        "start": {
          "line": 62,
          "column": 16
        },
        "end": {
          "line": 62,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1688,
      "end": 1689,
      "loc": {
        "start": {
          "line": 62,
          "column": 20
        },
        "end": {
          "line": 62,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 1694,
      "end": 1700,
      "loc": {
        "start": {
          "line": 63,
          "column": 4
        },
        "end": {
          "line": 63,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 1701,
      "end": 1705,
      "loc": {
        "start": {
          "line": 63,
          "column": 11
        },
        "end": {
          "line": 63,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1705,
      "end": 1706,
      "loc": {
        "start": {
          "line": 63,
          "column": 15
        },
        "end": {
          "line": 63,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1709,
      "end": 1710,
      "loc": {
        "start": {
          "line": 64,
          "column": 2
        },
        "end": {
          "line": 64,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n   * Fetch the search result.\n   *\n   * @param {number} [limit] - The size of one page.\n   * @param {number} [offset] - The offset index for first element.\n   * @return {Promise}\n   * @example\n   * api.searchFetcher\n   *  .setSearchCriteria('五月天 好好')\n   *  .fetchSearchResult();\n   * @see https://docs-en.kkbox.codes/v1.1/reference#search_1\n   ",
      "start": 1714,
      "end": 2064,
      "loc": {
        "start": {
          "line": 66,
          "column": 2
        },
        "end": {
          "line": 77,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fetchSearchResult",
      "start": 2067,
      "end": 2084,
      "loc": {
        "start": {
          "line": 78,
          "column": 2
        },
        "end": {
          "line": 78,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2084,
      "end": 2085,
      "loc": {
        "start": {
          "line": 78,
          "column": 19
        },
        "end": {
          "line": 78,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 2085,
      "end": 2090,
      "loc": {
        "start": {
          "line": 78,
          "column": 20
        },
        "end": {
          "line": 78,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2091,
      "end": 2092,
      "loc": {
        "start": {
          "line": 78,
          "column": 26
        },
        "end": {
          "line": 78,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2093,
      "end": 2102,
      "loc": {
        "start": {
          "line": 78,
          "column": 28
        },
        "end": {
          "line": 78,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2102,
      "end": 2103,
      "loc": {
        "start": {
          "line": 78,
          "column": 37
        },
        "end": {
          "line": 78,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 2104,
      "end": 2110,
      "loc": {
        "start": {
          "line": 78,
          "column": 39
        },
        "end": {
          "line": 78,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2111,
      "end": 2112,
      "loc": {
        "start": {
          "line": 78,
          "column": 46
        },
        "end": {
          "line": 78,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2113,
      "end": 2122,
      "loc": {
        "start": {
          "line": 78,
          "column": 48
        },
        "end": {
          "line": 78,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2122,
      "end": 2123,
      "loc": {
        "start": {
          "line": 78,
          "column": 57
        },
        "end": {
          "line": 78,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2124,
      "end": 2125,
      "loc": {
        "start": {
          "line": 78,
          "column": 59
        },
        "end": {
          "line": 78,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2130,
      "end": 2136,
      "loc": {
        "start": {
          "line": 79,
          "column": 4
        },
        "end": {
          "line": 79,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2137,
      "end": 2141,
      "loc": {
        "start": {
          "line": 79,
          "column": 11
        },
        "end": {
          "line": 79,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2141,
      "end": 2142,
      "loc": {
        "start": {
          "line": 79,
          "column": 15
        },
        "end": {
          "line": 79,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "http",
      "start": 2142,
      "end": 2146,
      "loc": {
        "start": {
          "line": 79,
          "column": 16
        },
        "end": {
          "line": 79,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2153,
      "end": 2154,
      "loc": {
        "start": {
          "line": 80,
          "column": 6
        },
        "end": {
          "line": 80,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 2154,
      "end": 2157,
      "loc": {
        "start": {
          "line": 80,
          "column": 7
        },
        "end": {
          "line": 80,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2157,
      "end": 2158,
      "loc": {
        "start": {
          "line": 80,
          "column": 10
        },
        "end": {
          "line": 80,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENDPOINT",
      "start": 2158,
      "end": 2166,
      "loc": {
        "start": {
          "line": 80,
          "column": 11
        },
        "end": {
          "line": 80,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2166,
      "end": 2167,
      "loc": {
        "start": {
          "line": 80,
          "column": 19
        },
        "end": {
          "line": 80,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2168,
      "end": 2169,
      "loc": {
        "start": {
          "line": 80,
          "column": 21
        },
        "end": {
          "line": 80,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 2178,
      "end": 2179,
      "loc": {
        "start": {
          "line": 81,
          "column": 8
        },
        "end": {
          "line": 81,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2179,
      "end": 2180,
      "loc": {
        "start": {
          "line": 81,
          "column": 9
        },
        "end": {
          "line": 81,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2181,
      "end": 2185,
      "loc": {
        "start": {
          "line": 81,
          "column": 11
        },
        "end": {
          "line": 81,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2185,
      "end": 2186,
      "loc": {
        "start": {
          "line": 81,
          "column": 15
        },
        "end": {
          "line": 81,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 2186,
      "end": 2187,
      "loc": {
        "start": {
          "line": 81,
          "column": 16
        },
        "end": {
          "line": 81,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2187,
      "end": 2188,
      "loc": {
        "start": {
          "line": 81,
          "column": 17
        },
        "end": {
          "line": 81,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2197,
      "end": 2201,
      "loc": {
        "start": {
          "line": 82,
          "column": 8
        },
        "end": {
          "line": 82,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2201,
      "end": 2202,
      "loc": {
        "start": {
          "line": 82,
          "column": 12
        },
        "end": {
          "line": 82,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2203,
      "end": 2207,
      "loc": {
        "start": {
          "line": 82,
          "column": 14
        },
        "end": {
          "line": 82,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2207,
      "end": 2208,
      "loc": {
        "start": {
          "line": 82,
          "column": 18
        },
        "end": {
          "line": 82,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2208,
      "end": 2212,
      "loc": {
        "start": {
          "line": 82,
          "column": 19
        },
        "end": {
          "line": 82,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2212,
      "end": 2213,
      "loc": {
        "start": {
          "line": 82,
          "column": 23
        },
        "end": {
          "line": 82,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "territory",
      "start": 2222,
      "end": 2231,
      "loc": {
        "start": {
          "line": 83,
          "column": 8
        },
        "end": {
          "line": 83,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2231,
      "end": 2232,
      "loc": {
        "start": {
          "line": 83,
          "column": 17
        },
        "end": {
          "line": 83,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2233,
      "end": 2237,
      "loc": {
        "start": {
          "line": 83,
          "column": 19
        },
        "end": {
          "line": 83,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2237,
      "end": 2238,
      "loc": {
        "start": {
          "line": 83,
          "column": 23
        },
        "end": {
          "line": 83,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "territory",
      "start": 2238,
      "end": 2247,
      "loc": {
        "start": {
          "line": 83,
          "column": 24
        },
        "end": {
          "line": 83,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2247,
      "end": 2248,
      "loc": {
        "start": {
          "line": 83,
          "column": 33
        },
        "end": {
          "line": 83,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 2257,
      "end": 2262,
      "loc": {
        "start": {
          "line": 84,
          "column": 8
        },
        "end": {
          "line": 84,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2262,
      "end": 2263,
      "loc": {
        "start": {
          "line": 84,
          "column": 13
        },
        "end": {
          "line": 84,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 2264,
      "end": 2269,
      "loc": {
        "start": {
          "line": 84,
          "column": 15
        },
        "end": {
          "line": 84,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2269,
      "end": 2270,
      "loc": {
        "start": {
          "line": 84,
          "column": 20
        },
        "end": {
          "line": 84,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 2279,
      "end": 2285,
      "loc": {
        "start": {
          "line": 85,
          "column": 8
        },
        "end": {
          "line": 85,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2285,
      "end": 2286,
      "loc": {
        "start": {
          "line": 85,
          "column": 14
        },
        "end": {
          "line": 85,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 2287,
      "end": 2293,
      "loc": {
        "start": {
          "line": 85,
          "column": 16
        },
        "end": {
          "line": 85,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2300,
      "end": 2301,
      "loc": {
        "start": {
          "line": 86,
          "column": 6
        },
        "end": {
          "line": 86,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2301,
      "end": 2302,
      "loc": {
        "start": {
          "line": 86,
          "column": 7
        },
        "end": {
          "line": 86,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2309,
      "end": 2310,
      "loc": {
        "start": {
          "line": 87,
          "column": 6
        },
        "end": {
          "line": 87,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 2310,
      "end": 2314,
      "loc": {
        "start": {
          "line": 87,
          "column": 7
        },
        "end": {
          "line": 87,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2314,
      "end": 2315,
      "loc": {
        "start": {
          "line": 87,
          "column": 11
        },
        "end": {
          "line": 87,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "doFilter",
      "start": 2315,
      "end": 2323,
      "loc": {
        "start": {
          "line": 87,
          "column": 12
        },
        "end": {
          "line": 87,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2323,
      "end": 2324,
      "loc": {
        "start": {
          "line": 87,
          "column": 20
        },
        "end": {
          "line": 87,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 2324,
      "end": 2328,
      "loc": {
        "start": {
          "line": 87,
          "column": 21
        },
        "end": {
          "line": 87,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2328,
      "end": 2329,
      "loc": {
        "start": {
          "line": 87,
          "column": 25
        },
        "end": {
          "line": 87,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2329,
      "end": 2333,
      "loc": {
        "start": {
          "line": 87,
          "column": 26
        },
        "end": {
          "line": 87,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2333,
      "end": 2334,
      "loc": {
        "start": {
          "line": 87,
          "column": 30
        },
        "end": {
          "line": 87,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2334,
      "end": 2335,
      "loc": {
        "start": {
          "line": 87,
          "column": 31
        },
        "end": {
          "line": 87,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2335,
      "end": 2336,
      "loc": {
        "start": {
          "line": 87,
          "column": 32
        },
        "end": {
          "line": 87,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2339,
      "end": 2340,
      "loc": {
        "start": {
          "line": 88,
          "column": 2
        },
        "end": {
          "line": 88,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2341,
      "end": 2342,
      "loc": {
        "start": {
          "line": 89,
          "column": 0
        },
        "end": {
          "line": 89,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "function",
        "keyword": "function",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "function",
      "start": 2344,
      "end": 2352,
      "loc": {
        "start": {
          "line": 91,
          "column": 0
        },
        "end": {
          "line": 91,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "doFilter",
      "start": 2353,
      "end": 2361,
      "loc": {
        "start": {
          "line": 91,
          "column": 9
        },
        "end": {
          "line": 91,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2361,
      "end": 2362,
      "loc": {
        "start": {
          "line": 91,
          "column": 17
        },
        "end": {
          "line": 91,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2362,
      "end": 2370,
      "loc": {
        "start": {
          "line": 91,
          "column": 18
        },
        "end": {
          "line": 91,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2370,
      "end": 2371,
      "loc": {
        "start": {
          "line": 91,
          "column": 26
        },
        "end": {
          "line": 91,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2372,
      "end": 2373,
      "loc": {
        "start": {
          "line": 91,
          "column": 28
        },
        "end": {
          "line": 91,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2376,
      "end": 2378,
      "loc": {
        "start": {
          "line": 92,
          "column": 2
        },
        "end": {
          "line": 92,
          "column": 4
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2379,
      "end": 2380,
      "loc": {
        "start": {
          "line": 92,
          "column": 5
        },
        "end": {
          "line": 92,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2380,
      "end": 2384,
      "loc": {
        "start": {
          "line": 92,
          "column": 6
        },
        "end": {
          "line": 92,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2384,
      "end": 2385,
      "loc": {
        "start": {
          "line": 92,
          "column": 10
        },
        "end": {
          "line": 92,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 2385,
      "end": 2401,
      "loc": {
        "start": {
          "line": 92,
          "column": 11
        },
        "end": {
          "line": 92,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2402,
      "end": 2405,
      "loc": {
        "start": {
          "line": 92,
          "column": 28
        },
        "end": {
          "line": 92,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2406,
      "end": 2415,
      "loc": {
        "start": {
          "line": 92,
          "column": 32
        },
        "end": {
          "line": 92,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2415,
      "end": 2416,
      "loc": {
        "start": {
          "line": 92,
          "column": 41
        },
        "end": {
          "line": 92,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2417,
      "end": 2418,
      "loc": {
        "start": {
          "line": 92,
          "column": 43
        },
        "end": {
          "line": 92,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "const",
        "keyword": "const",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "const",
      "start": 2423,
      "end": 2428,
      "loc": {
        "start": {
          "line": 93,
          "column": 4
        },
        "end": {
          "line": 93,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2429,
      "end": 2433,
      "loc": {
        "start": {
          "line": 93,
          "column": 10
        },
        "end": {
          "line": 93,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2434,
      "end": 2435,
      "loc": {
        "start": {
          "line": 93,
          "column": 15
        },
        "end": {
          "line": 93,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 2436,
      "end": 2442,
      "loc": {
        "start": {
          "line": 93,
          "column": 17
        },
        "end": {
          "line": 93,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2442,
      "end": 2443,
      "loc": {
        "start": {
          "line": 93,
          "column": 23
        },
        "end": {
          "line": 93,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 2443,
      "end": 2447,
      "loc": {
        "start": {
          "line": 93,
          "column": 24
        },
        "end": {
          "line": 93,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2447,
      "end": 2448,
      "loc": {
        "start": {
          "line": 93,
          "column": 28
        },
        "end": {
          "line": 93,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2448,
      "end": 2456,
      "loc": {
        "start": {
          "line": 93,
          "column": 29
        },
        "end": {
          "line": 93,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2456,
      "end": 2457,
      "loc": {
        "start": {
          "line": 93,
          "column": 37
        },
        "end": {
          "line": 93,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2457,
      "end": 2461,
      "loc": {
        "start": {
          "line": 93,
          "column": 38
        },
        "end": {
          "line": 93,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2461,
      "end": 2462,
      "loc": {
        "start": {
          "line": 93,
          "column": 42
        },
        "end": {
          "line": 93,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2462,
      "end": 2463,
      "loc": {
        "start": {
          "line": 93,
          "column": 43
        },
        "end": {
          "line": 93,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 2463,
      "end": 2466,
      "loc": {
        "start": {
          "line": 93,
          "column": 44
        },
        "end": {
          "line": 93,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2466,
      "end": 2467,
      "loc": {
        "start": {
          "line": 93,
          "column": 47
        },
        "end": {
          "line": 93,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2467,
      "end": 2470,
      "loc": {
        "start": {
          "line": 93,
          "column": 48
        },
        "end": {
          "line": 93,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2471,
      "end": 2473,
      "loc": {
        "start": {
          "line": 93,
          "column": 52
        },
        "end": {
          "line": 93,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2474,
      "end": 2475,
      "loc": {
        "start": {
          "line": 93,
          "column": 55
        },
        "end": {
          "line": 93,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "switch",
        "keyword": "switch",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "switch",
      "start": 2482,
      "end": 2488,
      "loc": {
        "start": {
          "line": 94,
          "column": 6
        },
        "end": {
          "line": 94,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2489,
      "end": 2490,
      "loc": {
        "start": {
          "line": 94,
          "column": 13
        },
        "end": {
          "line": 94,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2490,
      "end": 2493,
      "loc": {
        "start": {
          "line": 94,
          "column": 14
        },
        "end": {
          "line": 94,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2493,
      "end": 2494,
      "loc": {
        "start": {
          "line": 94,
          "column": 17
        },
        "end": {
          "line": 94,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2495,
      "end": 2496,
      "loc": {
        "start": {
          "line": 94,
          "column": 19
        },
        "end": {
          "line": 94,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 2505,
      "end": 2509,
      "loc": {
        "start": {
          "line": 95,
          "column": 8
        },
        "end": {
          "line": 95,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "tracks",
      "start": 2510,
      "end": 2518,
      "loc": {
        "start": {
          "line": 95,
          "column": 13
        },
        "end": {
          "line": 95,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2518,
      "end": 2519,
      "loc": {
        "start": {
          "line": 95,
          "column": 21
        },
        "end": {
          "line": 95,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2530,
      "end": 2536,
      "loc": {
        "start": {
          "line": 96,
          "column": 10
        },
        "end": {
          "line": 96,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2537,
      "end": 2538,
      "loc": {
        "start": {
          "line": 96,
          "column": 17
        },
        "end": {
          "line": 96,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2551,
      "end": 2552,
      "loc": {
        "start": {
          "line": 97,
          "column": 12
        },
        "end": {
          "line": 97,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2552,
      "end": 2555,
      "loc": {
        "start": {
          "line": 97,
          "column": 13
        },
        "end": {
          "line": 97,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2555,
      "end": 2556,
      "loc": {
        "start": {
          "line": 97,
          "column": 16
        },
        "end": {
          "line": 97,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2556,
      "end": 2557,
      "loc": {
        "start": {
          "line": 97,
          "column": 17
        },
        "end": {
          "line": 97,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 2558,
      "end": 2564,
      "loc": {
        "start": {
          "line": 97,
          "column": 19
        },
        "end": {
          "line": 97,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2564,
      "end": 2565,
      "loc": {
        "start": {
          "line": 97,
          "column": 25
        },
        "end": {
          "line": 97,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 2565,
      "end": 2571,
      "loc": {
        "start": {
          "line": 97,
          "column": 26
        },
        "end": {
          "line": 97,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2571,
      "end": 2572,
      "loc": {
        "start": {
          "line": 97,
          "column": 32
        },
        "end": {
          "line": 97,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2572,
      "end": 2580,
      "loc": {
        "start": {
          "line": 97,
          "column": 33
        },
        "end": {
          "line": 97,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2580,
      "end": 2581,
      "loc": {
        "start": {
          "line": 97,
          "column": 41
        },
        "end": {
          "line": 97,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2581,
      "end": 2585,
      "loc": {
        "start": {
          "line": 97,
          "column": 42
        },
        "end": {
          "line": 97,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2585,
      "end": 2586,
      "loc": {
        "start": {
          "line": 97,
          "column": 46
        },
        "end": {
          "line": 97,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2586,
      "end": 2589,
      "loc": {
        "start": {
          "line": 97,
          "column": 47
        },
        "end": {
          "line": 97,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2589,
      "end": 2590,
      "loc": {
        "start": {
          "line": 97,
          "column": 50
        },
        "end": {
          "line": 97,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2590,
      "end": 2591,
      "loc": {
        "start": {
          "line": 97,
          "column": 51
        },
        "end": {
          "line": 97,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2592,
      "end": 2593,
      "loc": {
        "start": {
          "line": 97,
          "column": 53
        },
        "end": {
          "line": 97,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2608,
      "end": 2612,
      "loc": {
        "start": {
          "line": 98,
          "column": 14
        },
        "end": {
          "line": 98,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2612,
      "end": 2613,
      "loc": {
        "start": {
          "line": 98,
          "column": 18
        },
        "end": {
          "line": 98,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2614,
      "end": 2622,
      "loc": {
        "start": {
          "line": 98,
          "column": 20
        },
        "end": {
          "line": 98,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2622,
      "end": 2623,
      "loc": {
        "start": {
          "line": 98,
          "column": 28
        },
        "end": {
          "line": 98,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2623,
      "end": 2627,
      "loc": {
        "start": {
          "line": 98,
          "column": 29
        },
        "end": {
          "line": 98,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2627,
      "end": 2628,
      "loc": {
        "start": {
          "line": 98,
          "column": 33
        },
        "end": {
          "line": 98,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2628,
      "end": 2631,
      "loc": {
        "start": {
          "line": 98,
          "column": 34
        },
        "end": {
          "line": 98,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2631,
      "end": 2632,
      "loc": {
        "start": {
          "line": 98,
          "column": 37
        },
        "end": {
          "line": 98,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2632,
      "end": 2633,
      "loc": {
        "start": {
          "line": 98,
          "column": 38
        },
        "end": {
          "line": 98,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2633,
      "end": 2637,
      "loc": {
        "start": {
          "line": 98,
          "column": 39
        },
        "end": {
          "line": 98,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2637,
      "end": 2638,
      "loc": {
        "start": {
          "line": 98,
          "column": 43
        },
        "end": {
          "line": 98,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 2638,
      "end": 2644,
      "loc": {
        "start": {
          "line": 98,
          "column": 44
        },
        "end": {
          "line": 98,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2644,
      "end": 2645,
      "loc": {
        "start": {
          "line": 98,
          "column": 50
        },
        "end": {
          "line": 98,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 2645,
      "end": 2650,
      "loc": {
        "start": {
          "line": 98,
          "column": 51
        },
        "end": {
          "line": 98,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2651,
      "end": 2653,
      "loc": {
        "start": {
          "line": 98,
          "column": 57
        },
        "end": {
          "line": 98,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2654,
      "end": 2655,
      "loc": {
        "start": {
          "line": 98,
          "column": 60
        },
        "end": {
          "line": 98,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2672,
      "end": 2674,
      "loc": {
        "start": {
          "line": 99,
          "column": 16
        },
        "end": {
          "line": 99,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2675,
      "end": 2676,
      "loc": {
        "start": {
          "line": 99,
          "column": 19
        },
        "end": {
          "line": 99,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2695,
      "end": 2699,
      "loc": {
        "start": {
          "line": 100,
          "column": 18
        },
        "end": {
          "line": 100,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2699,
      "end": 2700,
      "loc": {
        "start": {
          "line": 100,
          "column": 22
        },
        "end": {
          "line": 100,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 2700,
      "end": 2716,
      "loc": {
        "start": {
          "line": 100,
          "column": 23
        },
        "end": {
          "line": 100,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2716,
      "end": 2717,
      "loc": {
        "start": {
          "line": 100,
          "column": 39
        },
        "end": {
          "line": 100,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "availableTerritory",
      "start": 2717,
      "end": 2735,
      "loc": {
        "start": {
          "line": 100,
          "column": 40
        },
        "end": {
          "line": 100,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2736,
      "end": 2739,
      "loc": {
        "start": {
          "line": 100,
          "column": 59
        },
        "end": {
          "line": 100,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2740,
      "end": 2749,
      "loc": {
        "start": {
          "line": 100,
          "column": 63
        },
        "end": {
          "line": 100,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 2750,
      "end": 2752,
      "loc": {
        "start": {
          "line": 100,
          "column": 73
        },
        "end": {
          "line": 100,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 2771,
      "end": 2772,
      "loc": {
        "start": {
          "line": 101,
          "column": 18
        },
        "end": {
          "line": 101,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 2772,
      "end": 2777,
      "loc": {
        "start": {
          "line": 101,
          "column": 19
        },
        "end": {
          "line": 101,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2777,
      "end": 2778,
      "loc": {
        "start": {
          "line": 101,
          "column": 24
        },
        "end": {
          "line": 101,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "available_territories",
      "start": 2778,
      "end": 2799,
      "loc": {
        "start": {
          "line": 101,
          "column": 25
        },
        "end": {
          "line": 101,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2799,
      "end": 2800,
      "loc": {
        "start": {
          "line": 101,
          "column": 46
        },
        "end": {
          "line": 101,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 2800,
      "end": 2808,
      "loc": {
        "start": {
          "line": 101,
          "column": 47
        },
        "end": {
          "line": 101,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2808,
      "end": 2809,
      "loc": {
        "start": {
          "line": 101,
          "column": 55
        },
        "end": {
          "line": 101,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 2830,
      "end": 2834,
      "loc": {
        "start": {
          "line": 102,
          "column": 20
        },
        "end": {
          "line": 102,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2834,
      "end": 2835,
      "loc": {
        "start": {
          "line": 102,
          "column": 24
        },
        "end": {
          "line": 102,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 2835,
      "end": 2851,
      "loc": {
        "start": {
          "line": 102,
          "column": 25
        },
        "end": {
          "line": 102,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2851,
      "end": 2852,
      "loc": {
        "start": {
          "line": 102,
          "column": 41
        },
        "end": {
          "line": 102,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "availableTerritory",
      "start": 2852,
      "end": 2870,
      "loc": {
        "start": {
          "line": 102,
          "column": 42
        },
        "end": {
          "line": 102,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2889,
      "end": 2890,
      "loc": {
        "start": {
          "line": 103,
          "column": 18
        },
        "end": {
          "line": 103,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2907,
      "end": 2908,
      "loc": {
        "start": {
          "line": 104,
          "column": 16
        },
        "end": {
          "line": 104,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2909,
      "end": 2910,
      "loc": {
        "start": {
          "line": 104,
          "column": 18
        },
        "end": {
          "line": 104,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 2929,
      "end": 2935,
      "loc": {
        "start": {
          "line": 105,
          "column": 18
        },
        "end": {
          "line": 105,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 2936,
      "end": 2941,
      "loc": {
        "start": {
          "line": 105,
          "column": 25
        },
        "end": {
          "line": 105,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2941,
      "end": 2942,
      "loc": {
        "start": {
          "line": 105,
          "column": 30
        },
        "end": {
          "line": 105,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2959,
      "end": 2960,
      "loc": {
        "start": {
          "line": 106,
          "column": 16
        },
        "end": {
          "line": 106,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 2977,
      "end": 2979,
      "loc": {
        "start": {
          "line": 107,
          "column": 16
        },
        "end": {
          "line": 107,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2980,
      "end": 2981,
      "loc": {
        "start": {
          "line": 107,
          "column": 19
        },
        "end": {
          "line": 107,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3000,
      "end": 3004,
      "loc": {
        "start": {
          "line": 108,
          "column": 18
        },
        "end": {
          "line": 108,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3004,
      "end": 3005,
      "loc": {
        "start": {
          "line": 108,
          "column": 22
        },
        "end": {
          "line": 108,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3005,
      "end": 3021,
      "loc": {
        "start": {
          "line": 108,
          "column": 23
        },
        "end": {
          "line": 108,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3021,
      "end": 3022,
      "loc": {
        "start": {
          "line": 108,
          "column": 39
        },
        "end": {
          "line": 108,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3022,
      "end": 3027,
      "loc": {
        "start": {
          "line": 108,
          "column": 40
        },
        "end": {
          "line": 108,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3028,
      "end": 3031,
      "loc": {
        "start": {
          "line": 108,
          "column": 46
        },
        "end": {
          "line": 108,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3032,
      "end": 3041,
      "loc": {
        "start": {
          "line": 108,
          "column": 50
        },
        "end": {
          "line": 108,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3042,
      "end": 3044,
      "loc": {
        "start": {
          "line": 108,
          "column": 60
        },
        "end": {
          "line": 108,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3063,
      "end": 3064,
      "loc": {
        "start": {
          "line": 109,
          "column": 18
        },
        "end": {
          "line": 109,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 3064,
      "end": 3067,
      "loc": {
        "start": {
          "line": 109,
          "column": 19
        },
        "end": {
          "line": 109,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 3068,
      "end": 3074,
      "loc": {
        "start": {
          "line": 109,
          "column": 23
        },
        "end": {
          "line": 109,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3074,
      "end": 3075,
      "loc": {
        "start": {
          "line": 109,
          "column": 29
        },
        "end": {
          "line": 109,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 3075,
      "end": 3079,
      "loc": {
        "start": {
          "line": 109,
          "column": 30
        },
        "end": {
          "line": 109,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3080,
      "end": 3081,
      "loc": {
        "start": {
          "line": 109,
          "column": 35
        },
        "end": {
          "line": 109,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3082,
      "end": 3086,
      "loc": {
        "start": {
          "line": 109,
          "column": 37
        },
        "end": {
          "line": 109,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3086,
      "end": 3087,
      "loc": {
        "start": {
          "line": 109,
          "column": 41
        },
        "end": {
          "line": 109,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3087,
      "end": 3103,
      "loc": {
        "start": {
          "line": 109,
          "column": 42
        },
        "end": {
          "line": 109,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3103,
      "end": 3104,
      "loc": {
        "start": {
          "line": 109,
          "column": 58
        },
        "end": {
          "line": 109,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3104,
      "end": 3109,
      "loc": {
        "start": {
          "line": 109,
          "column": 59
        },
        "end": {
          "line": 109,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3110,
      "end": 3111,
      "loc": {
        "start": {
          "line": 109,
          "column": 65
        },
        "end": {
          "line": 109,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 3112,
      "end": 3116,
      "loc": {
        "start": {
          "line": 109,
          "column": 67
        },
        "end": {
          "line": 109,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3116,
      "end": 3117,
      "loc": {
        "start": {
          "line": 109,
          "column": 71
        },
        "end": {
          "line": 109,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3117,
      "end": 3118,
      "loc": {
        "start": {
          "line": 109,
          "column": 72
        },
        "end": {
          "line": 109,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 3118,
      "end": 3122,
      "loc": {
        "start": {
          "line": 109,
          "column": 73
        },
        "end": {
          "line": 109,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3122,
      "end": 3123,
      "loc": {
        "start": {
          "line": 109,
          "column": 77
        },
        "end": {
          "line": 109,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3144,
      "end": 3149,
      "loc": {
        "start": {
          "line": 110,
          "column": 20
        },
        "end": {
          "line": 110,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3149,
      "end": 3150,
      "loc": {
        "start": {
          "line": 110,
          "column": 25
        },
        "end": {
          "line": 110,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3150,
      "end": 3154,
      "loc": {
        "start": {
          "line": 110,
          "column": 26
        },
        "end": {
          "line": 110,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3173,
      "end": 3174,
      "loc": {
        "start": {
          "line": 111,
          "column": 18
        },
        "end": {
          "line": 111,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3191,
      "end": 3192,
      "loc": {
        "start": {
          "line": 112,
          "column": 16
        },
        "end": {
          "line": 112,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3193,
      "end": 3194,
      "loc": {
        "start": {
          "line": 112,
          "column": 18
        },
        "end": {
          "line": 112,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3213,
      "end": 3219,
      "loc": {
        "start": {
          "line": 113,
          "column": 18
        },
        "end": {
          "line": 113,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 3220,
      "end": 3225,
      "loc": {
        "start": {
          "line": 113,
          "column": 25
        },
        "end": {
          "line": 113,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3225,
      "end": 3226,
      "loc": {
        "start": {
          "line": 113,
          "column": 30
        },
        "end": {
          "line": 113,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3243,
      "end": 3244,
      "loc": {
        "start": {
          "line": 114,
          "column": 16
        },
        "end": {
          "line": 114,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 3261,
      "end": 3263,
      "loc": {
        "start": {
          "line": 115,
          "column": 16
        },
        "end": {
          "line": 115,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3264,
      "end": 3265,
      "loc": {
        "start": {
          "line": 115,
          "column": 19
        },
        "end": {
          "line": 115,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3284,
      "end": 3288,
      "loc": {
        "start": {
          "line": 116,
          "column": 18
        },
        "end": {
          "line": 116,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3288,
      "end": 3289,
      "loc": {
        "start": {
          "line": 116,
          "column": 22
        },
        "end": {
          "line": 116,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3289,
      "end": 3305,
      "loc": {
        "start": {
          "line": 116,
          "column": 23
        },
        "end": {
          "line": 116,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3305,
      "end": 3306,
      "loc": {
        "start": {
          "line": 116,
          "column": 39
        },
        "end": {
          "line": 116,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 3306,
      "end": 3311,
      "loc": {
        "start": {
          "line": 116,
          "column": 40
        },
        "end": {
          "line": 116,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3312,
      "end": 3315,
      "loc": {
        "start": {
          "line": 116,
          "column": 46
        },
        "end": {
          "line": 116,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3316,
      "end": 3325,
      "loc": {
        "start": {
          "line": 116,
          "column": 50
        },
        "end": {
          "line": 116,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3326,
      "end": 3328,
      "loc": {
        "start": {
          "line": 116,
          "column": 60
        },
        "end": {
          "line": 116,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3347,
      "end": 3348,
      "loc": {
        "start": {
          "line": 117,
          "column": 18
        },
        "end": {
          "line": 117,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 3348,
      "end": 3351,
      "loc": {
        "start": {
          "line": 117,
          "column": 19
        },
        "end": {
          "line": 117,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 3352,
      "end": 3358,
      "loc": {
        "start": {
          "line": 117,
          "column": 23
        },
        "end": {
          "line": 117,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3358,
      "end": 3359,
      "loc": {
        "start": {
          "line": 117,
          "column": 29
        },
        "end": {
          "line": 117,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 3359,
      "end": 3363,
      "loc": {
        "start": {
          "line": 117,
          "column": 30
        },
        "end": {
          "line": 117,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3364,
      "end": 3365,
      "loc": {
        "start": {
          "line": 117,
          "column": 35
        },
        "end": {
          "line": 117,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3366,
      "end": 3370,
      "loc": {
        "start": {
          "line": 117,
          "column": 37
        },
        "end": {
          "line": 117,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3370,
      "end": 3371,
      "loc": {
        "start": {
          "line": 117,
          "column": 41
        },
        "end": {
          "line": 117,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3371,
      "end": 3387,
      "loc": {
        "start": {
          "line": 117,
          "column": 42
        },
        "end": {
          "line": 117,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3387,
      "end": 3388,
      "loc": {
        "start": {
          "line": 117,
          "column": 58
        },
        "end": {
          "line": 117,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 3388,
      "end": 3393,
      "loc": {
        "start": {
          "line": 117,
          "column": 59
        },
        "end": {
          "line": 117,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3394,
      "end": 3395,
      "loc": {
        "start": {
          "line": 117,
          "column": 65
        },
        "end": {
          "line": 117,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 3396,
      "end": 3400,
      "loc": {
        "start": {
          "line": 117,
          "column": 67
        },
        "end": {
          "line": 117,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3400,
      "end": 3401,
      "loc": {
        "start": {
          "line": 117,
          "column": 71
        },
        "end": {
          "line": 117,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3401,
      "end": 3402,
      "loc": {
        "start": {
          "line": 117,
          "column": 72
        },
        "end": {
          "line": 117,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 3402,
      "end": 3406,
      "loc": {
        "start": {
          "line": 117,
          "column": 73
        },
        "end": {
          "line": 117,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3406,
      "end": 3407,
      "loc": {
        "start": {
          "line": 117,
          "column": 77
        },
        "end": {
          "line": 117,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3428,
      "end": 3433,
      "loc": {
        "start": {
          "line": 118,
          "column": 20
        },
        "end": {
          "line": 118,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3433,
      "end": 3434,
      "loc": {
        "start": {
          "line": 118,
          "column": 25
        },
        "end": {
          "line": 118,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 3434,
      "end": 3439,
      "loc": {
        "start": {
          "line": 118,
          "column": 26
        },
        "end": {
          "line": 118,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3439,
      "end": 3440,
      "loc": {
        "start": {
          "line": 118,
          "column": 31
        },
        "end": {
          "line": 118,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3440,
      "end": 3444,
      "loc": {
        "start": {
          "line": 118,
          "column": 32
        },
        "end": {
          "line": 118,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3463,
      "end": 3464,
      "loc": {
        "start": {
          "line": 119,
          "column": 18
        },
        "end": {
          "line": 119,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3481,
      "end": 3482,
      "loc": {
        "start": {
          "line": 120,
          "column": 16
        },
        "end": {
          "line": 120,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3483,
      "end": 3484,
      "loc": {
        "start": {
          "line": 120,
          "column": 18
        },
        "end": {
          "line": 120,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3503,
      "end": 3509,
      "loc": {
        "start": {
          "line": 121,
          "column": 18
        },
        "end": {
          "line": 121,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 3510,
      "end": 3515,
      "loc": {
        "start": {
          "line": 121,
          "column": 25
        },
        "end": {
          "line": 121,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3515,
      "end": 3516,
      "loc": {
        "start": {
          "line": 121,
          "column": 30
        },
        "end": {
          "line": 121,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3533,
      "end": 3534,
      "loc": {
        "start": {
          "line": 122,
          "column": 16
        },
        "end": {
          "line": 122,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3551,
      "end": 3557,
      "loc": {
        "start": {
          "line": 123,
          "column": 16
        },
        "end": {
          "line": 123,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3558,
      "end": 3559,
      "loc": {
        "start": {
          "line": 123,
          "column": 23
        },
        "end": {
          "line": 123,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3559,
      "end": 3560,
      "loc": {
        "start": {
          "line": 123,
          "column": 24
        },
        "end": {
          "line": 123,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3579,
      "end": 3583,
      "loc": {
        "start": {
          "line": 124,
          "column": 18
        },
        "end": {
          "line": 124,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3583,
      "end": 3584,
      "loc": {
        "start": {
          "line": 124,
          "column": 22
        },
        "end": {
          "line": 124,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3584,
      "end": 3600,
      "loc": {
        "start": {
          "line": 124,
          "column": 23
        },
        "end": {
          "line": 124,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3600,
      "end": 3601,
      "loc": {
        "start": {
          "line": 124,
          "column": 39
        },
        "end": {
          "line": 124,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 3601,
      "end": 3607,
      "loc": {
        "start": {
          "line": 124,
          "column": 40
        },
        "end": {
          "line": 124,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3608,
      "end": 3611,
      "loc": {
        "start": {
          "line": 124,
          "column": 47
        },
        "end": {
          "line": 124,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3612,
      "end": 3621,
      "loc": {
        "start": {
          "line": 124,
          "column": 51
        },
        "end": {
          "line": 124,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3622,
      "end": 3624,
      "loc": {
        "start": {
          "line": 124,
          "column": 61
        },
        "end": {
          "line": 124,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3643,
      "end": 3644,
      "loc": {
        "start": {
          "line": 125,
          "column": 18
        },
        "end": {
          "line": 125,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 3644,
      "end": 3647,
      "loc": {
        "start": {
          "line": 125,
          "column": 19
        },
        "end": {
          "line": 125,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 3648,
      "end": 3654,
      "loc": {
        "start": {
          "line": 125,
          "column": 23
        },
        "end": {
          "line": 125,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3654,
      "end": 3655,
      "loc": {
        "start": {
          "line": 125,
          "column": 29
        },
        "end": {
          "line": 125,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 3655,
      "end": 3659,
      "loc": {
        "start": {
          "line": 125,
          "column": 30
        },
        "end": {
          "line": 125,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3660,
      "end": 3661,
      "loc": {
        "start": {
          "line": 125,
          "column": 35
        },
        "end": {
          "line": 125,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 3662,
      "end": 3666,
      "loc": {
        "start": {
          "line": 125,
          "column": 37
        },
        "end": {
          "line": 125,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3666,
      "end": 3667,
      "loc": {
        "start": {
          "line": 125,
          "column": 41
        },
        "end": {
          "line": 125,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3667,
      "end": 3683,
      "loc": {
        "start": {
          "line": 125,
          "column": 42
        },
        "end": {
          "line": 125,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3683,
      "end": 3684,
      "loc": {
        "start": {
          "line": 125,
          "column": 58
        },
        "end": {
          "line": 125,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 3684,
      "end": 3690,
      "loc": {
        "start": {
          "line": 125,
          "column": 59
        },
        "end": {
          "line": 125,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3691,
      "end": 3692,
      "loc": {
        "start": {
          "line": 125,
          "column": 66
        },
        "end": {
          "line": 125,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 3693,
      "end": 3697,
      "loc": {
        "start": {
          "line": 125,
          "column": 68
        },
        "end": {
          "line": 125,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3697,
      "end": 3698,
      "loc": {
        "start": {
          "line": 125,
          "column": 72
        },
        "end": {
          "line": 125,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3698,
      "end": 3699,
      "loc": {
        "start": {
          "line": 125,
          "column": 73
        },
        "end": {
          "line": 125,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 3699,
      "end": 3703,
      "loc": {
        "start": {
          "line": 125,
          "column": 74
        },
        "end": {
          "line": 125,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3703,
      "end": 3704,
      "loc": {
        "start": {
          "line": 125,
          "column": 78
        },
        "end": {
          "line": 125,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3725,
      "end": 3730,
      "loc": {
        "start": {
          "line": 126,
          "column": 20
        },
        "end": {
          "line": 126,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3730,
      "end": 3731,
      "loc": {
        "start": {
          "line": 126,
          "column": 25
        },
        "end": {
          "line": 126,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 3731,
      "end": 3736,
      "loc": {
        "start": {
          "line": 126,
          "column": 26
        },
        "end": {
          "line": 126,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3736,
      "end": 3737,
      "loc": {
        "start": {
          "line": 126,
          "column": 31
        },
        "end": {
          "line": 126,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 3737,
      "end": 3743,
      "loc": {
        "start": {
          "line": 126,
          "column": 32
        },
        "end": {
          "line": 126,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3743,
      "end": 3744,
      "loc": {
        "start": {
          "line": 126,
          "column": 38
        },
        "end": {
          "line": 126,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3744,
      "end": 3748,
      "loc": {
        "start": {
          "line": 126,
          "column": 39
        },
        "end": {
          "line": 126,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3767,
      "end": 3768,
      "loc": {
        "start": {
          "line": 127,
          "column": 18
        },
        "end": {
          "line": 127,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3785,
      "end": 3786,
      "loc": {
        "start": {
          "line": 128,
          "column": 16
        },
        "end": {
          "line": 128,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3786,
      "end": 3787,
      "loc": {
        "start": {
          "line": 128,
          "column": 17
        },
        "end": {
          "line": 128,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3802,
      "end": 3803,
      "loc": {
        "start": {
          "line": 129,
          "column": 14
        },
        "end": {
          "line": 129,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3803,
      "end": 3804,
      "loc": {
        "start": {
          "line": 129,
          "column": 15
        },
        "end": {
          "line": 129,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3817,
      "end": 3818,
      "loc": {
        "start": {
          "line": 130,
          "column": 12
        },
        "end": {
          "line": 130,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3818,
      "end": 3819,
      "loc": {
        "start": {
          "line": 130,
          "column": 13
        },
        "end": {
          "line": 130,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3830,
      "end": 3831,
      "loc": {
        "start": {
          "line": 131,
          "column": 10
        },
        "end": {
          "line": 131,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3831,
      "end": 3832,
      "loc": {
        "start": {
          "line": 131,
          "column": 11
        },
        "end": {
          "line": 131,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 3841,
      "end": 3845,
      "loc": {
        "start": {
          "line": 132,
          "column": 8
        },
        "end": {
          "line": 132,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "albums",
      "start": 3846,
      "end": 3854,
      "loc": {
        "start": {
          "line": 132,
          "column": 13
        },
        "end": {
          "line": 132,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3854,
      "end": 3855,
      "loc": {
        "start": {
          "line": 132,
          "column": 21
        },
        "end": {
          "line": 132,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 3866,
      "end": 3872,
      "loc": {
        "start": {
          "line": 133,
          "column": 10
        },
        "end": {
          "line": 133,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3873,
      "end": 3874,
      "loc": {
        "start": {
          "line": 133,
          "column": 17
        },
        "end": {
          "line": 133,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3887,
      "end": 3888,
      "loc": {
        "start": {
          "line": 134,
          "column": 12
        },
        "end": {
          "line": 134,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3888,
      "end": 3891,
      "loc": {
        "start": {
          "line": 134,
          "column": 13
        },
        "end": {
          "line": 134,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3891,
      "end": 3892,
      "loc": {
        "start": {
          "line": 134,
          "column": 16
        },
        "end": {
          "line": 134,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3892,
      "end": 3893,
      "loc": {
        "start": {
          "line": 134,
          "column": 17
        },
        "end": {
          "line": 134,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 3894,
      "end": 3900,
      "loc": {
        "start": {
          "line": 134,
          "column": 19
        },
        "end": {
          "line": 134,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3900,
      "end": 3901,
      "loc": {
        "start": {
          "line": 134,
          "column": 25
        },
        "end": {
          "line": 134,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 3901,
      "end": 3907,
      "loc": {
        "start": {
          "line": 134,
          "column": 26
        },
        "end": {
          "line": 134,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3907,
      "end": 3908,
      "loc": {
        "start": {
          "line": 134,
          "column": 32
        },
        "end": {
          "line": 134,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 3908,
      "end": 3916,
      "loc": {
        "start": {
          "line": 134,
          "column": 33
        },
        "end": {
          "line": 134,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3916,
      "end": 3917,
      "loc": {
        "start": {
          "line": 134,
          "column": 41
        },
        "end": {
          "line": 134,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3917,
      "end": 3921,
      "loc": {
        "start": {
          "line": 134,
          "column": 42
        },
        "end": {
          "line": 134,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3921,
      "end": 3922,
      "loc": {
        "start": {
          "line": 134,
          "column": 46
        },
        "end": {
          "line": 134,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3922,
      "end": 3925,
      "loc": {
        "start": {
          "line": 134,
          "column": 47
        },
        "end": {
          "line": 134,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3925,
      "end": 3926,
      "loc": {
        "start": {
          "line": 134,
          "column": 50
        },
        "end": {
          "line": 134,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3926,
      "end": 3927,
      "loc": {
        "start": {
          "line": 134,
          "column": 51
        },
        "end": {
          "line": 134,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3928,
      "end": 3929,
      "loc": {
        "start": {
          "line": 134,
          "column": 53
        },
        "end": {
          "line": 134,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3944,
      "end": 3948,
      "loc": {
        "start": {
          "line": 135,
          "column": 14
        },
        "end": {
          "line": 135,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3948,
      "end": 3949,
      "loc": {
        "start": {
          "line": 135,
          "column": 18
        },
        "end": {
          "line": 135,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 3950,
      "end": 3958,
      "loc": {
        "start": {
          "line": 135,
          "column": 20
        },
        "end": {
          "line": 135,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3958,
      "end": 3959,
      "loc": {
        "start": {
          "line": 135,
          "column": 28
        },
        "end": {
          "line": 135,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3959,
      "end": 3963,
      "loc": {
        "start": {
          "line": 135,
          "column": 29
        },
        "end": {
          "line": 135,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3963,
      "end": 3964,
      "loc": {
        "start": {
          "line": 135,
          "column": 33
        },
        "end": {
          "line": 135,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3964,
      "end": 3967,
      "loc": {
        "start": {
          "line": 135,
          "column": 34
        },
        "end": {
          "line": 135,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3967,
      "end": 3968,
      "loc": {
        "start": {
          "line": 135,
          "column": 37
        },
        "end": {
          "line": 135,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3968,
      "end": 3969,
      "loc": {
        "start": {
          "line": 135,
          "column": 38
        },
        "end": {
          "line": 135,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3969,
      "end": 3973,
      "loc": {
        "start": {
          "line": 135,
          "column": 39
        },
        "end": {
          "line": 135,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3973,
      "end": 3974,
      "loc": {
        "start": {
          "line": 135,
          "column": 43
        },
        "end": {
          "line": 135,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 3974,
      "end": 3980,
      "loc": {
        "start": {
          "line": 135,
          "column": 44
        },
        "end": {
          "line": 135,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3980,
      "end": 3981,
      "loc": {
        "start": {
          "line": 135,
          "column": 50
        },
        "end": {
          "line": 135,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 3981,
      "end": 3986,
      "loc": {
        "start": {
          "line": 135,
          "column": 51
        },
        "end": {
          "line": 135,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3987,
      "end": 3989,
      "loc": {
        "start": {
          "line": 135,
          "column": 57
        },
        "end": {
          "line": 135,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3990,
      "end": 3991,
      "loc": {
        "start": {
          "line": 135,
          "column": 60
        },
        "end": {
          "line": 135,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4008,
      "end": 4010,
      "loc": {
        "start": {
          "line": 136,
          "column": 16
        },
        "end": {
          "line": 136,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4011,
      "end": 4012,
      "loc": {
        "start": {
          "line": 136,
          "column": 19
        },
        "end": {
          "line": 136,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4031,
      "end": 4035,
      "loc": {
        "start": {
          "line": 137,
          "column": 18
        },
        "end": {
          "line": 137,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4035,
      "end": 4036,
      "loc": {
        "start": {
          "line": 137,
          "column": 22
        },
        "end": {
          "line": 137,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4036,
      "end": 4052,
      "loc": {
        "start": {
          "line": 137,
          "column": 23
        },
        "end": {
          "line": 137,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4052,
      "end": 4053,
      "loc": {
        "start": {
          "line": 137,
          "column": 39
        },
        "end": {
          "line": 137,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "availableTerritory",
      "start": 4053,
      "end": 4071,
      "loc": {
        "start": {
          "line": 137,
          "column": 40
        },
        "end": {
          "line": 137,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4072,
      "end": 4075,
      "loc": {
        "start": {
          "line": 137,
          "column": 59
        },
        "end": {
          "line": 137,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 4076,
      "end": 4085,
      "loc": {
        "start": {
          "line": 137,
          "column": 63
        },
        "end": {
          "line": 137,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4086,
      "end": 4088,
      "loc": {
        "start": {
          "line": 137,
          "column": 73
        },
        "end": {
          "line": 137,
          "column": 75
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4107,
      "end": 4108,
      "loc": {
        "start": {
          "line": 138,
          "column": 18
        },
        "end": {
          "line": 138,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4108,
      "end": 4113,
      "loc": {
        "start": {
          "line": 138,
          "column": 19
        },
        "end": {
          "line": 138,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4113,
      "end": 4114,
      "loc": {
        "start": {
          "line": 138,
          "column": 24
        },
        "end": {
          "line": 138,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "available_territories",
      "start": 4114,
      "end": 4135,
      "loc": {
        "start": {
          "line": 138,
          "column": 25
        },
        "end": {
          "line": 138,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4135,
      "end": 4136,
      "loc": {
        "start": {
          "line": 138,
          "column": 46
        },
        "end": {
          "line": 138,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 4136,
      "end": 4144,
      "loc": {
        "start": {
          "line": 138,
          "column": 47
        },
        "end": {
          "line": 138,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4144,
      "end": 4145,
      "loc": {
        "start": {
          "line": 138,
          "column": 55
        },
        "end": {
          "line": 138,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4166,
      "end": 4170,
      "loc": {
        "start": {
          "line": 139,
          "column": 20
        },
        "end": {
          "line": 139,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4170,
      "end": 4171,
      "loc": {
        "start": {
          "line": 139,
          "column": 24
        },
        "end": {
          "line": 139,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4171,
      "end": 4187,
      "loc": {
        "start": {
          "line": 139,
          "column": 25
        },
        "end": {
          "line": 139,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4187,
      "end": 4188,
      "loc": {
        "start": {
          "line": 139,
          "column": 41
        },
        "end": {
          "line": 139,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "availableTerritory",
      "start": 4188,
      "end": 4206,
      "loc": {
        "start": {
          "line": 139,
          "column": 42
        },
        "end": {
          "line": 139,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4225,
      "end": 4226,
      "loc": {
        "start": {
          "line": 140,
          "column": 18
        },
        "end": {
          "line": 140,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4243,
      "end": 4244,
      "loc": {
        "start": {
          "line": 141,
          "column": 16
        },
        "end": {
          "line": 141,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4245,
      "end": 4246,
      "loc": {
        "start": {
          "line": 141,
          "column": 18
        },
        "end": {
          "line": 141,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4265,
      "end": 4271,
      "loc": {
        "start": {
          "line": 142,
          "column": 18
        },
        "end": {
          "line": 142,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 4272,
      "end": 4277,
      "loc": {
        "start": {
          "line": 142,
          "column": 25
        },
        "end": {
          "line": 142,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4277,
      "end": 4278,
      "loc": {
        "start": {
          "line": 142,
          "column": 30
        },
        "end": {
          "line": 142,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4295,
      "end": 4296,
      "loc": {
        "start": {
          "line": 143,
          "column": 16
        },
        "end": {
          "line": 143,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 4313,
      "end": 4315,
      "loc": {
        "start": {
          "line": 144,
          "column": 16
        },
        "end": {
          "line": 144,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4316,
      "end": 4317,
      "loc": {
        "start": {
          "line": 144,
          "column": 19
        },
        "end": {
          "line": 144,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4336,
      "end": 4340,
      "loc": {
        "start": {
          "line": 145,
          "column": 18
        },
        "end": {
          "line": 145,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4340,
      "end": 4341,
      "loc": {
        "start": {
          "line": 145,
          "column": 22
        },
        "end": {
          "line": 145,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4341,
      "end": 4357,
      "loc": {
        "start": {
          "line": 145,
          "column": 23
        },
        "end": {
          "line": 145,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4357,
      "end": 4358,
      "loc": {
        "start": {
          "line": 145,
          "column": 39
        },
        "end": {
          "line": 145,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4358,
      "end": 4363,
      "loc": {
        "start": {
          "line": 145,
          "column": 40
        },
        "end": {
          "line": 145,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4364,
      "end": 4367,
      "loc": {
        "start": {
          "line": 145,
          "column": 46
        },
        "end": {
          "line": 145,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 4368,
      "end": 4377,
      "loc": {
        "start": {
          "line": 145,
          "column": 50
        },
        "end": {
          "line": 145,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4378,
      "end": 4380,
      "loc": {
        "start": {
          "line": 145,
          "column": 60
        },
        "end": {
          "line": 145,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4399,
      "end": 4400,
      "loc": {
        "start": {
          "line": 146,
          "column": 18
        },
        "end": {
          "line": 146,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 4400,
      "end": 4403,
      "loc": {
        "start": {
          "line": 146,
          "column": 19
        },
        "end": {
          "line": 146,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 4404,
      "end": 4410,
      "loc": {
        "start": {
          "line": 146,
          "column": 23
        },
        "end": {
          "line": 146,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4410,
      "end": 4411,
      "loc": {
        "start": {
          "line": 146,
          "column": 29
        },
        "end": {
          "line": 146,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 4411,
      "end": 4415,
      "loc": {
        "start": {
          "line": 146,
          "column": 30
        },
        "end": {
          "line": 146,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4416,
      "end": 4417,
      "loc": {
        "start": {
          "line": 146,
          "column": 35
        },
        "end": {
          "line": 146,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4418,
      "end": 4422,
      "loc": {
        "start": {
          "line": 146,
          "column": 37
        },
        "end": {
          "line": 146,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4422,
      "end": 4423,
      "loc": {
        "start": {
          "line": 146,
          "column": 41
        },
        "end": {
          "line": 146,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4423,
      "end": 4439,
      "loc": {
        "start": {
          "line": 146,
          "column": 42
        },
        "end": {
          "line": 146,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4439,
      "end": 4440,
      "loc": {
        "start": {
          "line": 146,
          "column": 58
        },
        "end": {
          "line": 146,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4440,
      "end": 4445,
      "loc": {
        "start": {
          "line": 146,
          "column": 59
        },
        "end": {
          "line": 146,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4446,
      "end": 4447,
      "loc": {
        "start": {
          "line": 146,
          "column": 65
        },
        "end": {
          "line": 146,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 4448,
      "end": 4452,
      "loc": {
        "start": {
          "line": 146,
          "column": 67
        },
        "end": {
          "line": 146,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4452,
      "end": 4453,
      "loc": {
        "start": {
          "line": 146,
          "column": 71
        },
        "end": {
          "line": 146,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4453,
      "end": 4454,
      "loc": {
        "start": {
          "line": 146,
          "column": 72
        },
        "end": {
          "line": 146,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 4454,
      "end": 4458,
      "loc": {
        "start": {
          "line": 146,
          "column": 73
        },
        "end": {
          "line": 146,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4458,
      "end": 4459,
      "loc": {
        "start": {
          "line": 146,
          "column": 77
        },
        "end": {
          "line": 146,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4480,
      "end": 4485,
      "loc": {
        "start": {
          "line": 147,
          "column": 20
        },
        "end": {
          "line": 147,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4485,
      "end": 4486,
      "loc": {
        "start": {
          "line": 147,
          "column": 25
        },
        "end": {
          "line": 147,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 4486,
      "end": 4490,
      "loc": {
        "start": {
          "line": 147,
          "column": 26
        },
        "end": {
          "line": 147,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4509,
      "end": 4510,
      "loc": {
        "start": {
          "line": 148,
          "column": 18
        },
        "end": {
          "line": 148,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4527,
      "end": 4528,
      "loc": {
        "start": {
          "line": 149,
          "column": 16
        },
        "end": {
          "line": 149,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4529,
      "end": 4530,
      "loc": {
        "start": {
          "line": 149,
          "column": 18
        },
        "end": {
          "line": 149,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4549,
      "end": 4555,
      "loc": {
        "start": {
          "line": 150,
          "column": 18
        },
        "end": {
          "line": 150,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "false",
        "keyword": "false",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "false",
      "start": 4556,
      "end": 4561,
      "loc": {
        "start": {
          "line": 150,
          "column": 25
        },
        "end": {
          "line": 150,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4561,
      "end": 4562,
      "loc": {
        "start": {
          "line": 150,
          "column": 30
        },
        "end": {
          "line": 150,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4579,
      "end": 4580,
      "loc": {
        "start": {
          "line": 151,
          "column": 16
        },
        "end": {
          "line": 151,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4597,
      "end": 4603,
      "loc": {
        "start": {
          "line": 152,
          "column": 16
        },
        "end": {
          "line": 152,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4604,
      "end": 4605,
      "loc": {
        "start": {
          "line": 152,
          "column": 23
        },
        "end": {
          "line": 152,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4605,
      "end": 4606,
      "loc": {
        "start": {
          "line": 152,
          "column": 24
        },
        "end": {
          "line": 152,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4625,
      "end": 4629,
      "loc": {
        "start": {
          "line": 153,
          "column": 18
        },
        "end": {
          "line": 153,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4629,
      "end": 4630,
      "loc": {
        "start": {
          "line": 153,
          "column": 22
        },
        "end": {
          "line": 153,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4630,
      "end": 4646,
      "loc": {
        "start": {
          "line": 153,
          "column": 23
        },
        "end": {
          "line": 153,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4646,
      "end": 4647,
      "loc": {
        "start": {
          "line": 153,
          "column": 39
        },
        "end": {
          "line": 153,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 4647,
      "end": 4653,
      "loc": {
        "start": {
          "line": 153,
          "column": 40
        },
        "end": {
          "line": 153,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4654,
      "end": 4657,
      "loc": {
        "start": {
          "line": 153,
          "column": 47
        },
        "end": {
          "line": 153,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 4658,
      "end": 4667,
      "loc": {
        "start": {
          "line": 153,
          "column": 51
        },
        "end": {
          "line": 153,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4668,
      "end": 4670,
      "loc": {
        "start": {
          "line": 153,
          "column": 61
        },
        "end": {
          "line": 153,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4689,
      "end": 4690,
      "loc": {
        "start": {
          "line": 154,
          "column": 18
        },
        "end": {
          "line": 154,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 4690,
      "end": 4693,
      "loc": {
        "start": {
          "line": 154,
          "column": 19
        },
        "end": {
          "line": 154,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 4694,
      "end": 4700,
      "loc": {
        "start": {
          "line": 154,
          "column": 23
        },
        "end": {
          "line": 154,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4700,
      "end": 4701,
      "loc": {
        "start": {
          "line": 154,
          "column": 29
        },
        "end": {
          "line": 154,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 4701,
      "end": 4705,
      "loc": {
        "start": {
          "line": 154,
          "column": 30
        },
        "end": {
          "line": 154,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4706,
      "end": 4707,
      "loc": {
        "start": {
          "line": 154,
          "column": 35
        },
        "end": {
          "line": 154,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 4708,
      "end": 4712,
      "loc": {
        "start": {
          "line": 154,
          "column": 37
        },
        "end": {
          "line": 154,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4712,
      "end": 4713,
      "loc": {
        "start": {
          "line": 154,
          "column": 41
        },
        "end": {
          "line": 154,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4713,
      "end": 4729,
      "loc": {
        "start": {
          "line": 154,
          "column": 42
        },
        "end": {
          "line": 154,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4729,
      "end": 4730,
      "loc": {
        "start": {
          "line": 154,
          "column": 58
        },
        "end": {
          "line": 154,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 4730,
      "end": 4736,
      "loc": {
        "start": {
          "line": 154,
          "column": 59
        },
        "end": {
          "line": 154,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4737,
      "end": 4738,
      "loc": {
        "start": {
          "line": 154,
          "column": 66
        },
        "end": {
          "line": 154,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 4739,
      "end": 4743,
      "loc": {
        "start": {
          "line": 154,
          "column": 68
        },
        "end": {
          "line": 154,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4743,
      "end": 4744,
      "loc": {
        "start": {
          "line": 154,
          "column": 72
        },
        "end": {
          "line": 154,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4744,
      "end": 4745,
      "loc": {
        "start": {
          "line": 154,
          "column": 73
        },
        "end": {
          "line": 154,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 4745,
      "end": 4749,
      "loc": {
        "start": {
          "line": 154,
          "column": 74
        },
        "end": {
          "line": 154,
          "column": 78
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4749,
      "end": 4750,
      "loc": {
        "start": {
          "line": 154,
          "column": 78
        },
        "end": {
          "line": 154,
          "column": 79
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4771,
      "end": 4776,
      "loc": {
        "start": {
          "line": 155,
          "column": 20
        },
        "end": {
          "line": 155,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4776,
      "end": 4777,
      "loc": {
        "start": {
          "line": 155,
          "column": 25
        },
        "end": {
          "line": 155,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 4777,
      "end": 4783,
      "loc": {
        "start": {
          "line": 155,
          "column": 26
        },
        "end": {
          "line": 155,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4783,
      "end": 4784,
      "loc": {
        "start": {
          "line": 155,
          "column": 32
        },
        "end": {
          "line": 155,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 4784,
      "end": 4788,
      "loc": {
        "start": {
          "line": 155,
          "column": 33
        },
        "end": {
          "line": 155,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4807,
      "end": 4808,
      "loc": {
        "start": {
          "line": 156,
          "column": 18
        },
        "end": {
          "line": 156,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4825,
      "end": 4826,
      "loc": {
        "start": {
          "line": 157,
          "column": 16
        },
        "end": {
          "line": 157,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4826,
      "end": 4827,
      "loc": {
        "start": {
          "line": 157,
          "column": 17
        },
        "end": {
          "line": 157,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4842,
      "end": 4843,
      "loc": {
        "start": {
          "line": 158,
          "column": 14
        },
        "end": {
          "line": 158,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4843,
      "end": 4844,
      "loc": {
        "start": {
          "line": 158,
          "column": 15
        },
        "end": {
          "line": 158,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4857,
      "end": 4858,
      "loc": {
        "start": {
          "line": 159,
          "column": 12
        },
        "end": {
          "line": 159,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4858,
      "end": 4859,
      "loc": {
        "start": {
          "line": 159,
          "column": 13
        },
        "end": {
          "line": 159,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4870,
      "end": 4871,
      "loc": {
        "start": {
          "line": 160,
          "column": 10
        },
        "end": {
          "line": 160,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4871,
      "end": 4872,
      "loc": {
        "start": {
          "line": 160,
          "column": 11
        },
        "end": {
          "line": 160,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 4881,
      "end": 4885,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "artists",
      "start": 4886,
      "end": 4895,
      "loc": {
        "start": {
          "line": 161,
          "column": 13
        },
        "end": {
          "line": 161,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4895,
      "end": 4896,
      "loc": {
        "start": {
          "line": 161,
          "column": 22
        },
        "end": {
          "line": 161,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 4907,
      "end": 4913,
      "loc": {
        "start": {
          "line": 162,
          "column": 10
        },
        "end": {
          "line": 162,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4914,
      "end": 4915,
      "loc": {
        "start": {
          "line": 162,
          "column": 17
        },
        "end": {
          "line": 162,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4928,
      "end": 4929,
      "loc": {
        "start": {
          "line": 163,
          "column": 12
        },
        "end": {
          "line": 163,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 4929,
      "end": 4932,
      "loc": {
        "start": {
          "line": 163,
          "column": 13
        },
        "end": {
          "line": 163,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4932,
      "end": 4933,
      "loc": {
        "start": {
          "line": 163,
          "column": 16
        },
        "end": {
          "line": 163,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4933,
      "end": 4934,
      "loc": {
        "start": {
          "line": 163,
          "column": 17
        },
        "end": {
          "line": 163,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 4935,
      "end": 4941,
      "loc": {
        "start": {
          "line": 163,
          "column": 19
        },
        "end": {
          "line": 163,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4941,
      "end": 4942,
      "loc": {
        "start": {
          "line": 163,
          "column": 25
        },
        "end": {
          "line": 163,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 4942,
      "end": 4948,
      "loc": {
        "start": {
          "line": 163,
          "column": 26
        },
        "end": {
          "line": 163,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4948,
      "end": 4949,
      "loc": {
        "start": {
          "line": 163,
          "column": 32
        },
        "end": {
          "line": 163,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 4949,
      "end": 4957,
      "loc": {
        "start": {
          "line": 163,
          "column": 33
        },
        "end": {
          "line": 163,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4957,
      "end": 4958,
      "loc": {
        "start": {
          "line": 163,
          "column": 41
        },
        "end": {
          "line": 163,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4958,
      "end": 4962,
      "loc": {
        "start": {
          "line": 163,
          "column": 42
        },
        "end": {
          "line": 163,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4962,
      "end": 4963,
      "loc": {
        "start": {
          "line": 163,
          "column": 46
        },
        "end": {
          "line": 163,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 4963,
      "end": 4966,
      "loc": {
        "start": {
          "line": 163,
          "column": 47
        },
        "end": {
          "line": 163,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4966,
      "end": 4967,
      "loc": {
        "start": {
          "line": 163,
          "column": 50
        },
        "end": {
          "line": 163,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4967,
      "end": 4968,
      "loc": {
        "start": {
          "line": 163,
          "column": 51
        },
        "end": {
          "line": 163,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4969,
      "end": 4970,
      "loc": {
        "start": {
          "line": 163,
          "column": 53
        },
        "end": {
          "line": 163,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4985,
      "end": 4989,
      "loc": {
        "start": {
          "line": 164,
          "column": 14
        },
        "end": {
          "line": 164,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4989,
      "end": 4990,
      "loc": {
        "start": {
          "line": 164,
          "column": 18
        },
        "end": {
          "line": 164,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 4991,
      "end": 4999,
      "loc": {
        "start": {
          "line": 164,
          "column": 20
        },
        "end": {
          "line": 164,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4999,
      "end": 5000,
      "loc": {
        "start": {
          "line": 164,
          "column": 28
        },
        "end": {
          "line": 164,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5000,
      "end": 5004,
      "loc": {
        "start": {
          "line": 164,
          "column": 29
        },
        "end": {
          "line": 164,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5004,
      "end": 5005,
      "loc": {
        "start": {
          "line": 164,
          "column": 33
        },
        "end": {
          "line": 164,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5005,
      "end": 5008,
      "loc": {
        "start": {
          "line": 164,
          "column": 34
        },
        "end": {
          "line": 164,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5008,
      "end": 5009,
      "loc": {
        "start": {
          "line": 164,
          "column": 37
        },
        "end": {
          "line": 164,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5009,
      "end": 5010,
      "loc": {
        "start": {
          "line": 164,
          "column": 38
        },
        "end": {
          "line": 164,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5010,
      "end": 5014,
      "loc": {
        "start": {
          "line": 164,
          "column": 39
        },
        "end": {
          "line": 164,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5014,
      "end": 5015,
      "loc": {
        "start": {
          "line": 164,
          "column": 43
        },
        "end": {
          "line": 164,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 5015,
      "end": 5021,
      "loc": {
        "start": {
          "line": 164,
          "column": 44
        },
        "end": {
          "line": 164,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5021,
      "end": 5022,
      "loc": {
        "start": {
          "line": 164,
          "column": 50
        },
        "end": {
          "line": 164,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5022,
      "end": 5028,
      "loc": {
        "start": {
          "line": 164,
          "column": 51
        },
        "end": {
          "line": 164,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5029,
      "end": 5031,
      "loc": {
        "start": {
          "line": 164,
          "column": 58
        },
        "end": {
          "line": 164,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5032,
      "end": 5033,
      "loc": {
        "start": {
          "line": 164,
          "column": 61
        },
        "end": {
          "line": 164,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5050,
      "end": 5052,
      "loc": {
        "start": {
          "line": 165,
          "column": 16
        },
        "end": {
          "line": 165,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5053,
      "end": 5054,
      "loc": {
        "start": {
          "line": 165,
          "column": 19
        },
        "end": {
          "line": 165,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5054,
      "end": 5058,
      "loc": {
        "start": {
          "line": 165,
          "column": 20
        },
        "end": {
          "line": 165,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5058,
      "end": 5059,
      "loc": {
        "start": {
          "line": 165,
          "column": 24
        },
        "end": {
          "line": 165,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5059,
      "end": 5075,
      "loc": {
        "start": {
          "line": 165,
          "column": 25
        },
        "end": {
          "line": 165,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5075,
      "end": 5076,
      "loc": {
        "start": {
          "line": 165,
          "column": 41
        },
        "end": {
          "line": 165,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5076,
      "end": 5082,
      "loc": {
        "start": {
          "line": 165,
          "column": 42
        },
        "end": {
          "line": 165,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5083,
      "end": 5086,
      "loc": {
        "start": {
          "line": 165,
          "column": 49
        },
        "end": {
          "line": 165,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5087,
      "end": 5096,
      "loc": {
        "start": {
          "line": 165,
          "column": 53
        },
        "end": {
          "line": 165,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5096,
      "end": 5097,
      "loc": {
        "start": {
          "line": 165,
          "column": 62
        },
        "end": {
          "line": 165,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5098,
      "end": 5099,
      "loc": {
        "start": {
          "line": 165,
          "column": 64
        },
        "end": {
          "line": 165,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5118,
      "end": 5124,
      "loc": {
        "start": {
          "line": 166,
          "column": 18
        },
        "end": {
          "line": 166,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5125,
      "end": 5129,
      "loc": {
        "start": {
          "line": 166,
          "column": 25
        },
        "end": {
          "line": 166,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5129,
      "end": 5130,
      "loc": {
        "start": {
          "line": 166,
          "column": 29
        },
        "end": {
          "line": 166,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5147,
      "end": 5148,
      "loc": {
        "start": {
          "line": 167,
          "column": 16
        },
        "end": {
          "line": 167,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5149,
      "end": 5153,
      "loc": {
        "start": {
          "line": 167,
          "column": 18
        },
        "end": {
          "line": 167,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5154,
      "end": 5155,
      "loc": {
        "start": {
          "line": 167,
          "column": 23
        },
        "end": {
          "line": 167,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5174,
      "end": 5180,
      "loc": {
        "start": {
          "line": 168,
          "column": 18
        },
        "end": {
          "line": 168,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 5181,
      "end": 5184,
      "loc": {
        "start": {
          "line": 168,
          "column": 25
        },
        "end": {
          "line": 168,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 5185,
      "end": 5191,
      "loc": {
        "start": {
          "line": 168,
          "column": 29
        },
        "end": {
          "line": 168,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5191,
      "end": 5192,
      "loc": {
        "start": {
          "line": 168,
          "column": 35
        },
        "end": {
          "line": 168,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 5213,
      "end": 5217,
      "loc": {
        "start": {
          "line": 169,
          "column": 20
        },
        "end": {
          "line": 169,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5218,
      "end": 5219,
      "loc": {
        "start": {
          "line": 169,
          "column": 25
        },
        "end": {
          "line": 169,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5220,
      "end": 5224,
      "loc": {
        "start": {
          "line": 169,
          "column": 27
        },
        "end": {
          "line": 169,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5224,
      "end": 5225,
      "loc": {
        "start": {
          "line": 169,
          "column": 31
        },
        "end": {
          "line": 169,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5225,
      "end": 5241,
      "loc": {
        "start": {
          "line": 169,
          "column": 32
        },
        "end": {
          "line": 169,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5241,
      "end": 5242,
      "loc": {
        "start": {
          "line": 169,
          "column": 48
        },
        "end": {
          "line": 169,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5242,
      "end": 5248,
      "loc": {
        "start": {
          "line": 169,
          "column": 49
        },
        "end": {
          "line": 169,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5249,
      "end": 5250,
      "loc": {
        "start": {
          "line": 169,
          "column": 56
        },
        "end": {
          "line": 169,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 5251,
      "end": 5255,
      "loc": {
        "start": {
          "line": 169,
          "column": 58
        },
        "end": {
          "line": 169,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5274,
      "end": 5275,
      "loc": {
        "start": {
          "line": 170,
          "column": 18
        },
        "end": {
          "line": 170,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5275,
      "end": 5276,
      "loc": {
        "start": {
          "line": 170,
          "column": 19
        },
        "end": {
          "line": 170,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5276,
      "end": 5280,
      "loc": {
        "start": {
          "line": 170,
          "column": 20
        },
        "end": {
          "line": 170,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5280,
      "end": 5281,
      "loc": {
        "start": {
          "line": 170,
          "column": 24
        },
        "end": {
          "line": 170,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5281,
      "end": 5287,
      "loc": {
        "start": {
          "line": 170,
          "column": 25
        },
        "end": {
          "line": 170,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5287,
      "end": 5288,
      "loc": {
        "start": {
          "line": 170,
          "column": 31
        },
        "end": {
          "line": 170,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5288,
      "end": 5292,
      "loc": {
        "start": {
          "line": 170,
          "column": 32
        },
        "end": {
          "line": 170,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5292,
      "end": 5293,
      "loc": {
        "start": {
          "line": 170,
          "column": 36
        },
        "end": {
          "line": 170,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5293,
      "end": 5294,
      "loc": {
        "start": {
          "line": 170,
          "column": 37
        },
        "end": {
          "line": 170,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5311,
      "end": 5312,
      "loc": {
        "start": {
          "line": 171,
          "column": 16
        },
        "end": {
          "line": 171,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5327,
      "end": 5328,
      "loc": {
        "start": {
          "line": 172,
          "column": 14
        },
        "end": {
          "line": 172,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5328,
      "end": 5329,
      "loc": {
        "start": {
          "line": 172,
          "column": 15
        },
        "end": {
          "line": 172,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5342,
      "end": 5343,
      "loc": {
        "start": {
          "line": 173,
          "column": 12
        },
        "end": {
          "line": 173,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5343,
      "end": 5344,
      "loc": {
        "start": {
          "line": 173,
          "column": 13
        },
        "end": {
          "line": 173,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5355,
      "end": 5356,
      "loc": {
        "start": {
          "line": 174,
          "column": 10
        },
        "end": {
          "line": 174,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5356,
      "end": 5357,
      "loc": {
        "start": {
          "line": 174,
          "column": 11
        },
        "end": {
          "line": 174,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "case",
        "keyword": "case",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "case",
      "start": 5366,
      "end": 5370,
      "loc": {
        "start": {
          "line": 175,
          "column": 8
        },
        "end": {
          "line": 175,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "playlists",
      "start": 5371,
      "end": 5382,
      "loc": {
        "start": {
          "line": 175,
          "column": 13
        },
        "end": {
          "line": 175,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5382,
      "end": 5383,
      "loc": {
        "start": {
          "line": 175,
          "column": 24
        },
        "end": {
          "line": 175,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5394,
      "end": 5400,
      "loc": {
        "start": {
          "line": 176,
          "column": 10
        },
        "end": {
          "line": 176,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5401,
      "end": 5402,
      "loc": {
        "start": {
          "line": 176,
          "column": 17
        },
        "end": {
          "line": 176,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5415,
      "end": 5416,
      "loc": {
        "start": {
          "line": 177,
          "column": 12
        },
        "end": {
          "line": 177,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5416,
      "end": 5419,
      "loc": {
        "start": {
          "line": 177,
          "column": 13
        },
        "end": {
          "line": 177,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5419,
      "end": 5420,
      "loc": {
        "start": {
          "line": 177,
          "column": 16
        },
        "end": {
          "line": 177,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5420,
      "end": 5421,
      "loc": {
        "start": {
          "line": 177,
          "column": 17
        },
        "end": {
          "line": 177,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 5422,
      "end": 5428,
      "loc": {
        "start": {
          "line": 177,
          "column": 19
        },
        "end": {
          "line": 177,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5428,
      "end": 5429,
      "loc": {
        "start": {
          "line": 177,
          "column": 25
        },
        "end": {
          "line": 177,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 5429,
      "end": 5435,
      "loc": {
        "start": {
          "line": 177,
          "column": 26
        },
        "end": {
          "line": 177,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5435,
      "end": 5436,
      "loc": {
        "start": {
          "line": 177,
          "column": 32
        },
        "end": {
          "line": 177,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 5436,
      "end": 5444,
      "loc": {
        "start": {
          "line": 177,
          "column": 33
        },
        "end": {
          "line": 177,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5444,
      "end": 5445,
      "loc": {
        "start": {
          "line": 177,
          "column": 41
        },
        "end": {
          "line": 177,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5445,
      "end": 5449,
      "loc": {
        "start": {
          "line": 177,
          "column": 42
        },
        "end": {
          "line": 177,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5449,
      "end": 5450,
      "loc": {
        "start": {
          "line": 177,
          "column": 46
        },
        "end": {
          "line": 177,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5450,
      "end": 5453,
      "loc": {
        "start": {
          "line": 177,
          "column": 47
        },
        "end": {
          "line": 177,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5453,
      "end": 5454,
      "loc": {
        "start": {
          "line": 177,
          "column": 50
        },
        "end": {
          "line": 177,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5454,
      "end": 5455,
      "loc": {
        "start": {
          "line": 177,
          "column": 51
        },
        "end": {
          "line": 177,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5456,
      "end": 5457,
      "loc": {
        "start": {
          "line": 177,
          "column": 53
        },
        "end": {
          "line": 177,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5472,
      "end": 5476,
      "loc": {
        "start": {
          "line": 178,
          "column": 14
        },
        "end": {
          "line": 178,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5476,
      "end": 5477,
      "loc": {
        "start": {
          "line": 178,
          "column": 18
        },
        "end": {
          "line": 178,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 5478,
      "end": 5486,
      "loc": {
        "start": {
          "line": 178,
          "column": 20
        },
        "end": {
          "line": 178,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5486,
      "end": 5487,
      "loc": {
        "start": {
          "line": 178,
          "column": 28
        },
        "end": {
          "line": 178,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5487,
      "end": 5491,
      "loc": {
        "start": {
          "line": 178,
          "column": 29
        },
        "end": {
          "line": 178,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5491,
      "end": 5492,
      "loc": {
        "start": {
          "line": 178,
          "column": 33
        },
        "end": {
          "line": 178,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5492,
      "end": 5495,
      "loc": {
        "start": {
          "line": 178,
          "column": 34
        },
        "end": {
          "line": 178,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5495,
      "end": 5496,
      "loc": {
        "start": {
          "line": 178,
          "column": 37
        },
        "end": {
          "line": 178,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5496,
      "end": 5497,
      "loc": {
        "start": {
          "line": 178,
          "column": 38
        },
        "end": {
          "line": 178,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5497,
      "end": 5501,
      "loc": {
        "start": {
          "line": 178,
          "column": 39
        },
        "end": {
          "line": 178,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5501,
      "end": 5502,
      "loc": {
        "start": {
          "line": 178,
          "column": 43
        },
        "end": {
          "line": 178,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 5502,
      "end": 5508,
      "loc": {
        "start": {
          "line": 178,
          "column": 44
        },
        "end": {
          "line": 178,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5508,
      "end": 5509,
      "loc": {
        "start": {
          "line": 178,
          "column": 50
        },
        "end": {
          "line": 178,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 5509,
      "end": 5517,
      "loc": {
        "start": {
          "line": 178,
          "column": 51
        },
        "end": {
          "line": 178,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5518,
      "end": 5520,
      "loc": {
        "start": {
          "line": 178,
          "column": 60
        },
        "end": {
          "line": 178,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5521,
      "end": 5522,
      "loc": {
        "start": {
          "line": 178,
          "column": 63
        },
        "end": {
          "line": 178,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "if",
        "keyword": "if",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "if",
      "start": 5539,
      "end": 5541,
      "loc": {
        "start": {
          "line": 179,
          "column": 16
        },
        "end": {
          "line": 179,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5542,
      "end": 5543,
      "loc": {
        "start": {
          "line": 179,
          "column": 19
        },
        "end": {
          "line": 179,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5543,
      "end": 5547,
      "loc": {
        "start": {
          "line": 179,
          "column": 20
        },
        "end": {
          "line": 179,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5547,
      "end": 5548,
      "loc": {
        "start": {
          "line": 179,
          "column": 24
        },
        "end": {
          "line": 179,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5548,
      "end": 5564,
      "loc": {
        "start": {
          "line": 179,
          "column": 25
        },
        "end": {
          "line": 179,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5564,
      "end": 5565,
      "loc": {
        "start": {
          "line": 179,
          "column": 41
        },
        "end": {
          "line": 179,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 5565,
      "end": 5573,
      "loc": {
        "start": {
          "line": 179,
          "column": 42
        },
        "end": {
          "line": 179,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5574,
      "end": 5577,
      "loc": {
        "start": {
          "line": 179,
          "column": 51
        },
        "end": {
          "line": 179,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5578,
      "end": 5587,
      "loc": {
        "start": {
          "line": 179,
          "column": 55
        },
        "end": {
          "line": 179,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5587,
      "end": 5588,
      "loc": {
        "start": {
          "line": 179,
          "column": 64
        },
        "end": {
          "line": 179,
          "column": 65
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5589,
      "end": 5590,
      "loc": {
        "start": {
          "line": 179,
          "column": 66
        },
        "end": {
          "line": 179,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5609,
      "end": 5615,
      "loc": {
        "start": {
          "line": 180,
          "column": 18
        },
        "end": {
          "line": 180,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "true",
        "keyword": "true",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "true",
      "start": 5616,
      "end": 5620,
      "loc": {
        "start": {
          "line": 180,
          "column": 25
        },
        "end": {
          "line": 180,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5620,
      "end": 5621,
      "loc": {
        "start": {
          "line": 180,
          "column": 29
        },
        "end": {
          "line": 180,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5638,
      "end": 5639,
      "loc": {
        "start": {
          "line": 181,
          "column": 16
        },
        "end": {
          "line": 181,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 5640,
      "end": 5644,
      "loc": {
        "start": {
          "line": 181,
          "column": 18
        },
        "end": {
          "line": 181,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5645,
      "end": 5646,
      "loc": {
        "start": {
          "line": 181,
          "column": 23
        },
        "end": {
          "line": 181,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5665,
      "end": 5671,
      "loc": {
        "start": {
          "line": 182,
          "column": 18
        },
        "end": {
          "line": 182,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "new",
        "keyword": "new",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "new",
      "start": 5672,
      "end": 5675,
      "loc": {
        "start": {
          "line": 182,
          "column": 25
        },
        "end": {
          "line": 182,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 5676,
      "end": 5682,
      "loc": {
        "start": {
          "line": 182,
          "column": 29
        },
        "end": {
          "line": 182,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5682,
      "end": 5683,
      "loc": {
        "start": {
          "line": 182,
          "column": 35
        },
        "end": {
          "line": 182,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 5704,
      "end": 5708,
      "loc": {
        "start": {
          "line": 183,
          "column": 20
        },
        "end": {
          "line": 183,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5709,
      "end": 5710,
      "loc": {
        "start": {
          "line": 183,
          "column": 25
        },
        "end": {
          "line": 183,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "this",
        "keyword": "this",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "this",
      "start": 5711,
      "end": 5715,
      "loc": {
        "start": {
          "line": 183,
          "column": 27
        },
        "end": {
          "line": 183,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5715,
      "end": 5716,
      "loc": {
        "start": {
          "line": 183,
          "column": 31
        },
        "end": {
          "line": 183,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5716,
      "end": 5732,
      "loc": {
        "start": {
          "line": 183,
          "column": 32
        },
        "end": {
          "line": 183,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5732,
      "end": 5733,
      "loc": {
        "start": {
          "line": 183,
          "column": 48
        },
        "end": {
          "line": 183,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 5733,
      "end": 5741,
      "loc": {
        "start": {
          "line": 183,
          "column": 49
        },
        "end": {
          "line": 183,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5742,
      "end": 5743,
      "loc": {
        "start": {
          "line": 183,
          "column": 58
        },
        "end": {
          "line": 183,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 5744,
      "end": 5748,
      "loc": {
        "start": {
          "line": 183,
          "column": 60
        },
        "end": {
          "line": 183,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5767,
      "end": 5768,
      "loc": {
        "start": {
          "line": 184,
          "column": 18
        },
        "end": {
          "line": 184,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5768,
      "end": 5769,
      "loc": {
        "start": {
          "line": 184,
          "column": 19
        },
        "end": {
          "line": 184,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5769,
      "end": 5773,
      "loc": {
        "start": {
          "line": 184,
          "column": 20
        },
        "end": {
          "line": 184,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5773,
      "end": 5774,
      "loc": {
        "start": {
          "line": 184,
          "column": 24
        },
        "end": {
          "line": 184,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 5774,
      "end": 5782,
      "loc": {
        "start": {
          "line": 184,
          "column": 25
        },
        "end": {
          "line": 184,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5782,
      "end": 5783,
      "loc": {
        "start": {
          "line": 184,
          "column": 33
        },
        "end": {
          "line": 184,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "title",
      "start": 5783,
      "end": 5788,
      "loc": {
        "start": {
          "line": 184,
          "column": 34
        },
        "end": {
          "line": 184,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5788,
      "end": 5789,
      "loc": {
        "start": {
          "line": 184,
          "column": 39
        },
        "end": {
          "line": 184,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5789,
      "end": 5790,
      "loc": {
        "start": {
          "line": 184,
          "column": 40
        },
        "end": {
          "line": 184,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5807,
      "end": 5808,
      "loc": {
        "start": {
          "line": 185,
          "column": 16
        },
        "end": {
          "line": 185,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5823,
      "end": 5824,
      "loc": {
        "start": {
          "line": 186,
          "column": 14
        },
        "end": {
          "line": 186,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5824,
      "end": 5825,
      "loc": {
        "start": {
          "line": 186,
          "column": 15
        },
        "end": {
          "line": 186,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5838,
      "end": 5839,
      "loc": {
        "start": {
          "line": 187,
          "column": 12
        },
        "end": {
          "line": 187,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5839,
      "end": 5840,
      "loc": {
        "start": {
          "line": 187,
          "column": 13
        },
        "end": {
          "line": 187,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5851,
      "end": 5852,
      "loc": {
        "start": {
          "line": 188,
          "column": 10
        },
        "end": {
          "line": 188,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5852,
      "end": 5853,
      "loc": {
        "start": {
          "line": 188,
          "column": 11
        },
        "end": {
          "line": 188,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "default",
        "keyword": "default",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "default",
      "start": 5862,
      "end": 5869,
      "loc": {
        "start": {
          "line": 189,
          "column": 8
        },
        "end": {
          "line": 189,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5869,
      "end": 5870,
      "loc": {
        "start": {
          "line": 189,
          "column": 15
        },
        "end": {
          "line": 189,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5881,
      "end": 5887,
      "loc": {
        "start": {
          "line": 190,
          "column": 10
        },
        "end": {
          "line": 190,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5888,
      "end": 5889,
      "loc": {
        "start": {
          "line": 190,
          "column": 17
        },
        "end": {
          "line": 190,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5902,
      "end": 5903,
      "loc": {
        "start": {
          "line": 191,
          "column": 12
        },
        "end": {
          "line": 191,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5903,
      "end": 5906,
      "loc": {
        "start": {
          "line": 191,
          "column": 13
        },
        "end": {
          "line": 191,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5906,
      "end": 5907,
      "loc": {
        "start": {
          "line": 191,
          "column": 16
        },
        "end": {
          "line": 191,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5907,
      "end": 5908,
      "loc": {
        "start": {
          "line": 191,
          "column": 17
        },
        "end": {
          "line": 191,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 5909,
      "end": 5917,
      "loc": {
        "start": {
          "line": 191,
          "column": 19
        },
        "end": {
          "line": 191,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5917,
      "end": 5918,
      "loc": {
        "start": {
          "line": 191,
          "column": 27
        },
        "end": {
          "line": 191,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5918,
      "end": 5922,
      "loc": {
        "start": {
          "line": 191,
          "column": 28
        },
        "end": {
          "line": 191,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5922,
      "end": 5923,
      "loc": {
        "start": {
          "line": 191,
          "column": 32
        },
        "end": {
          "line": 191,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5923,
      "end": 5926,
      "loc": {
        "start": {
          "line": 191,
          "column": 33
        },
        "end": {
          "line": 191,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5926,
      "end": 5927,
      "loc": {
        "start": {
          "line": 191,
          "column": 36
        },
        "end": {
          "line": 191,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5938,
      "end": 5939,
      "loc": {
        "start": {
          "line": 192,
          "column": 10
        },
        "end": {
          "line": 192,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5939,
      "end": 5940,
      "loc": {
        "start": {
          "line": 192,
          "column": 11
        },
        "end": {
          "line": 192,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5947,
      "end": 5948,
      "loc": {
        "start": {
          "line": 193,
          "column": 6
        },
        "end": {
          "line": 193,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5953,
      "end": 5954,
      "loc": {
        "start": {
          "line": 194,
          "column": 4
        },
        "end": {
          "line": 194,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5954,
      "end": 5955,
      "loc": {
        "start": {
          "line": 194,
          "column": 5
        },
        "end": {
          "line": 194,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5955,
      "end": 5956,
      "loc": {
        "start": {
          "line": 194,
          "column": 6
        },
        "end": {
          "line": 194,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 5961,
      "end": 5967,
      "loc": {
        "start": {
          "line": 195,
          "column": 4
        },
        "end": {
          "line": 195,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 5968,
      "end": 5974,
      "loc": {
        "start": {
          "line": 195,
          "column": 11
        },
        "end": {
          "line": 195,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5974,
      "end": 5975,
      "loc": {
        "start": {
          "line": 195,
          "column": 17
        },
        "end": {
          "line": 195,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 5975,
      "end": 5981,
      "loc": {
        "start": {
          "line": 195,
          "column": 18
        },
        "end": {
          "line": 195,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5981,
      "end": 5982,
      "loc": {
        "start": {
          "line": 195,
          "column": 24
        },
        "end": {
          "line": 195,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 5982,
      "end": 5990,
      "loc": {
        "start": {
          "line": 195,
          "column": 25
        },
        "end": {
          "line": 195,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5990,
      "end": 5991,
      "loc": {
        "start": {
          "line": 195,
          "column": 33
        },
        "end": {
          "line": 195,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5992,
      "end": 5993,
      "loc": {
        "start": {
          "line": 195,
          "column": 35
        },
        "end": {
          "line": 195,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6000,
      "end": 6004,
      "loc": {
        "start": {
          "line": 196,
          "column": 6
        },
        "end": {
          "line": 196,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6004,
      "end": 6005,
      "loc": {
        "start": {
          "line": 196,
          "column": 10
        },
        "end": {
          "line": 196,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 6006,
      "end": 6012,
      "loc": {
        "start": {
          "line": 196,
          "column": 12
        },
        "end": {
          "line": 196,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6012,
      "end": 6013,
      "loc": {
        "start": {
          "line": 196,
          "column": 18
        },
        "end": {
          "line": 196,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 6013,
      "end": 6019,
      "loc": {
        "start": {
          "line": 196,
          "column": 19
        },
        "end": {
          "line": 196,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6019,
      "end": 6020,
      "loc": {
        "start": {
          "line": 196,
          "column": 25
        },
        "end": {
          "line": 196,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6020,
      "end": 6023,
      "loc": {
        "start": {
          "line": 196,
          "column": 26
        },
        "end": {
          "line": 196,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6023,
      "end": 6027,
      "loc": {
        "start": {
          "line": 196,
          "column": 29
        },
        "end": {
          "line": 196,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6027,
      "end": 6028,
      "loc": {
        "start": {
          "line": 196,
          "column": 33
        },
        "end": {
          "line": 196,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6033,
      "end": 6034,
      "loc": {
        "start": {
          "line": 197,
          "column": 4
        },
        "end": {
          "line": 197,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6034,
      "end": 6035,
      "loc": {
        "start": {
          "line": 197,
          "column": 5
        },
        "end": {
          "line": 197,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6035,
      "end": 6036,
      "loc": {
        "start": {
          "line": 197,
          "column": 6
        },
        "end": {
          "line": 197,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6039,
      "end": 6040,
      "loc": {
        "start": {
          "line": 198,
          "column": 2
        },
        "end": {
          "line": 198,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "else",
        "keyword": "else",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "else",
      "start": 6041,
      "end": 6045,
      "loc": {
        "start": {
          "line": 198,
          "column": 4
        },
        "end": {
          "line": 198,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6046,
      "end": 6047,
      "loc": {
        "start": {
          "line": 198,
          "column": 9
        },
        "end": {
          "line": 198,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "return",
        "keyword": "return",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "return",
      "start": 6052,
      "end": 6058,
      "loc": {
        "start": {
          "line": 199,
          "column": 4
        },
        "end": {
          "line": 199,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 6059,
      "end": 6067,
      "loc": {
        "start": {
          "line": 199,
          "column": 11
        },
        "end": {
          "line": 199,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ";",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6067,
      "end": 6068,
      "loc": {
        "start": {
          "line": 199,
          "column": 19
        },
        "end": {
          "line": 199,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6071,
      "end": 6072,
      "loc": {
        "start": {
          "line": 200,
          "column": 2
        },
        "end": {
          "line": 200,
          "column": 3
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6073,
      "end": 6074,
      "loc": {
        "start": {
          "line": 201,
          "column": 0
        },
        "end": {
          "line": 201,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6075,
      "end": 6075,
      "loc": {
        "start": {
          "line": 202,
          "column": 0
        },
        "end": {
          "line": 202,
          "column": 0
        }
      }
    }
  ]
}