{
  "type": "File",
  "start": 0,
  "end": 6909,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 165,
      "column": 1
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 6909,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 165,
        "column": 1
      }
    },
    "sourceType": "module",
    "body": [
      {
        "type": "ImportDeclaration",
        "start": 0,
        "end": 46,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 46
          }
        },
        "specifiers": [
          {
            "type": "ImportSpecifier",
            "start": 8,
            "end": 26,
            "loc": {
              "start": {
                "line": 1,
                "column": 8
              },
              "end": {
                "line": 1,
                "column": 26
              }
            },
            "imported": {
              "type": "Identifier",
              "start": 8,
              "end": 14,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 8
                },
                "end": {
                  "line": 1,
                  "column": 14
                },
                "identifierName": "SEARCH"
              },
              "name": "SEARCH"
            },
            "local": {
              "type": "Identifier",
              "start": 18,
              "end": 26,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 18
                },
                "end": {
                  "line": 1,
                  "column": 26
                },
                "identifierName": "ENDPOINT"
              },
              "name": "ENDPOINT"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 33,
          "end": 46,
          "loc": {
            "start": {
              "line": 1,
              "column": 33
            },
            "end": {
              "line": 1,
              "column": 46
            }
          },
          "extra": {
            "rawValue": "../Endpoint",
            "raw": "'../Endpoint'"
          },
          "value": "../Endpoint"
        }
      },
      {
        "type": "ImportDeclaration",
        "start": 47,
        "end": 78,
        "loc": {
          "start": {
            "line": 2,
            "column": 0
          },
          "end": {
            "line": 2,
            "column": 31
          }
        },
        "specifiers": [
          {
            "type": "ImportDefaultSpecifier",
            "start": 54,
            "end": 61,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "local": {
              "type": "Identifier",
              "start": 54,
              "end": 61,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 7
                },
                "end": {
                  "line": 2,
                  "column": 14
                },
                "identifierName": "Fetcher"
              },
              "name": "Fetcher"
            }
          }
        ],
        "source": {
          "type": "StringLiteral",
          "start": 67,
          "end": 78,
          "loc": {
            "start": {
              "line": 2,
              "column": 20
            },
            "end": {
              "line": 2,
              "column": 31
            }
          },
          "extra": {
            "rawValue": "./Fetcher",
            "raw": "'./Fetcher'"
          },
          "value": "./Fetcher",
          "leadingComments": null,
          "trailingComments": null
        },
        "trailingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Search API.\n * @see https://docs.kkbox.codes/docs/search\n ",
            "start": 80,
            "end": 147,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 148,
        "end": 2536,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 85,
            "column": 1
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 163,
          "end": 2536,
          "loc": {
            "start": {
              "line": 8,
              "column": 15
            },
            "end": {
              "line": 85,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 169,
            "end": 182,
            "loc": {
              "start": {
                "line": 8,
                "column": 21
              },
              "end": {
                "line": 8,
                "column": 34
              },
              "identifierName": "SearchFetcher"
            },
            "name": "SearchFetcher",
            "leadingComments": null
          },
          "superClass": {
            "type": "Identifier",
            "start": 191,
            "end": 198,
            "loc": {
              "start": {
                "line": 8,
                "column": 43
              },
              "end": {
                "line": 8,
                "column": 50
              },
              "identifierName": "Fetcher"
            },
            "name": "Fetcher"
          },
          "body": {
            "type": "ClassBody",
            "start": 199,
            "end": 2536,
            "loc": {
              "start": {
                "line": 8,
                "column": 51
              },
              "end": {
                "line": 85,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 236,
                "end": 541,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 4
                  },
                  "end": {
                    "line": 29,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 236,
                  "end": 247,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 4
                    },
                    "end": {
                      "line": 12,
                      "column": 15
                    },
                    "identifierName": "constructor"
                  },
                  "name": "constructor",
                  "leadingComments": null
                },
                "static": false,
                "kind": "constructor",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 248,
                    "end": 252,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 16
                      },
                      "end": {
                        "line": 12,
                        "column": 20
                      },
                      "identifierName": "http"
                    },
                    "name": "http"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 254,
                    "end": 270,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 22
                      },
                      "end": {
                        "line": 12,
                        "column": 38
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 254,
                      "end": 263,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 22
                        },
                        "end": {
                          "line": 12,
                          "column": 31
                        },
                        "identifierName": "territory"
                      },
                      "name": "territory"
                    },
                    "right": {
                      "type": "StringLiteral",
                      "start": 266,
                      "end": 270,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 34
                        },
                        "end": {
                          "line": 12,
                          "column": 38
                        }
                      },
                      "extra": {
                        "rawValue": "TW",
                        "raw": "'TW'"
                      },
                      "value": "TW"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 272,
                  "end": 541,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 40
                    },
                    "end": {
                      "line": 29,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 282,
                      "end": 304,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 282,
                        "end": 304,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 282,
                          "end": 287,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 288,
                            "end": 292,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 14
                              },
                              "end": {
                                "line": 13,
                                "column": 18
                              },
                              "identifierName": "http"
                            },
                            "name": "http"
                          },
                          {
                            "type": "Identifier",
                            "start": 294,
                            "end": 303,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 20
                              },
                              "end": {
                                "line": 13,
                                "column": 29
                              },
                              "identifierName": "territory"
                            },
                            "name": "territory"
                          }
                        ],
                        "trailingComments": null
                      },
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n         * @ignore\n         ",
                          "start": 314,
                          "end": 348,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 11
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 357,
                      "end": 390,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 357,
                        "end": 390,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 357,
                          "end": 378,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 357,
                            "end": 361,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 362,
                            "end": 378,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 29
                              },
                              "identifierName": "filterConditions"
                            },
                            "name": "filterConditions"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 381,
                          "end": 390,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 32
                            },
                            "end": {
                              "line": 18,
                              "column": 41
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined",
                          "leadingComments": null,
                          "trailingComments": null
                        },
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n         * @ignore\n         ",
                          "start": 314,
                          "end": 348,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 11
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n         * @ignore\n         ",
                          "start": 400,
                          "end": 434,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 11
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 443,
                      "end": 461,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 443,
                        "end": 461,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 8
                          },
                          "end": {
                            "line": 23,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 443,
                          "end": 449,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 443,
                            "end": 447,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 448,
                            "end": 449,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 13
                              },
                              "end": {
                                "line": 23,
                                "column": 14
                              },
                              "identifierName": "q"
                            },
                            "name": "q"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 452,
                          "end": 461,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 17
                            },
                            "end": {
                              "line": 23,
                              "column": 26
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined",
                          "leadingComments": null,
                          "trailingComments": null
                        },
                        "leadingComments": null,
                        "trailingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n         * @ignore\n         ",
                          "start": 400,
                          "end": 434,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 11
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n         * @ignore\n         ",
                          "start": 471,
                          "end": 505,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 11
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 514,
                      "end": 535,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 514,
                        "end": 535,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 8
                          },
                          "end": {
                            "line": 28,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 514,
                          "end": 523,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 514,
                            "end": 518,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 519,
                            "end": 523,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 13
                              },
                              "end": {
                                "line": 28,
                                "column": 17
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 526,
                          "end": 535,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 20
                            },
                            "end": {
                              "line": 28,
                              "column": 29
                            },
                            "identifierName": "undefined"
                          },
                          "name": "undefined"
                        },
                        "leadingComments": null
                      },
                      "leadingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n         * @ignore\n         ",
                          "start": 471,
                          "end": 505,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 11
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * @ignore\n     ",
                    "start": 205,
                    "end": 231,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 4
                      },
                      "end": {
                        "line": 11,
                        "column": 7
                      }
                    }
                  }
                ],
                "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.available_territory - tracks and albums available territory.\n     * @return {Search}\n     * @example api.searchFetcher.setSearchCriteria('五月天 好好').filter({artist: '五月天'}).fetchSearchResult()\n     ",
                    "start": 547,
                    "end": 1127,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 4
                      },
                      "end": {
                        "line": 42,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1132,
                "end": 1388,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 4
                  },
                  "end": {
                    "line": 52,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1132,
                  "end": 1138,
                  "loc": {
                    "start": {
                      "line": 43,
                      "column": 4
                    },
                    "end": {
                      "line": 43,
                      "column": 10
                    },
                    "identifierName": "filter"
                  },
                  "name": "filter",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 1139,
                    "end": 1316,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 11
                      },
                      "end": {
                        "line": 49,
                        "column": 10
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1139,
                      "end": 1149,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 11
                        },
                        "end": {
                          "line": 43,
                          "column": 21
                        },
                        "identifierName": "conditions"
                      },
                      "name": "conditions"
                    },
                    "right": {
                      "type": "AssignmentExpression",
                      "start": 1152,
                      "end": 1316,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 24
                        },
                        "end": {
                          "line": 49,
                          "column": 10
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "ObjectPattern",
                        "start": 1152,
                        "end": 1311,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 24
                          },
                          "end": {
                            "line": 49,
                            "column": 5
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 1162,
                            "end": 1179,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 8
                              },
                              "end": {
                                "line": 44,
                                "column": 25
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1162,
                              "end": 1167,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 13
                                },
                                "identifierName": "track"
                              },
                              "name": "track"
                            },
                            "value": {
                              "type": "AssignmentPattern",
                              "start": 1162,
                              "end": 1179,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 25
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1162,
                                "end": 1167,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 13
                                  },
                                  "identifierName": "track"
                                },
                                "name": "track"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1170,
                                "end": 1179,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 25
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 1189,
                            "end": 1206,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 8
                              },
                              "end": {
                                "line": 45,
                                "column": 25
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1189,
                              "end": 1194,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 45,
                                  "column": 13
                                },
                                "identifierName": "album"
                              },
                              "name": "album"
                            },
                            "value": {
                              "type": "AssignmentPattern",
                              "start": 1189,
                              "end": 1206,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 45,
                                  "column": 25
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1189,
                                "end": 1194,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 13
                                  },
                                  "identifierName": "album"
                                },
                                "name": "album"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1197,
                                "end": 1206,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 25
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 1216,
                            "end": 1234,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 8
                              },
                              "end": {
                                "line": 46,
                                "column": 26
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1216,
                              "end": 1222,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 14
                                },
                                "identifierName": "artist"
                              },
                              "name": "artist"
                            },
                            "value": {
                              "type": "AssignmentPattern",
                              "start": 1216,
                              "end": 1234,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 26
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1216,
                                "end": 1222,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 14
                                  },
                                  "identifierName": "artist"
                                },
                                "name": "artist"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1225,
                                "end": 1234,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 26
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 1244,
                            "end": 1264,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 8
                              },
                              "end": {
                                "line": 47,
                                "column": 28
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1244,
                              "end": 1252,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 16
                                },
                                "identifierName": "playlist"
                              },
                              "name": "playlist"
                            },
                            "value": {
                              "type": "AssignmentPattern",
                              "start": 1244,
                              "end": 1264,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 28
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1244,
                                "end": 1252,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 16
                                  },
                                  "identifierName": "playlist"
                                },
                                "name": "playlist"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1255,
                                "end": 1264,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 28
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 1274,
                            "end": 1305,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 8
                              },
                              "end": {
                                "line": 48,
                                "column": 39
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1274,
                              "end": 1293,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 27
                                },
                                "identifierName": "available_territory"
                              },
                              "name": "available_territory"
                            },
                            "value": {
                              "type": "AssignmentPattern",
                              "start": 1274,
                              "end": 1305,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 39
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1274,
                                "end": 1293,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 27
                                  },
                                  "identifierName": "available_territory"
                                },
                                "name": "available_territory"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1296,
                                "end": 1305,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 39
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "extra": {
                              "shorthand": true
                            }
                          }
                        ]
                      },
                      "right": {
                        "type": "ObjectExpression",
                        "start": 1314,
                        "end": 1316,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 8
                          },
                          "end": {
                            "line": 49,
                            "column": 10
                          }
                        },
                        "properties": []
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1318,
                  "end": 1388,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 12
                    },
                    "end": {
                      "line": 52,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1328,
                      "end": 1362,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1328,
                        "end": 1362,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 8
                          },
                          "end": {
                            "line": 50,
                            "column": 42
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1328,
                          "end": 1349,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1328,
                            "end": 1332,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1333,
                            "end": 1349,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 13
                              },
                              "end": {
                                "line": 50,
                                "column": 29
                              },
                              "identifierName": "filterConditions"
                            },
                            "name": "filterConditions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1352,
                          "end": 1362,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 32
                            },
                            "end": {
                              "line": 50,
                              "column": 42
                            },
                            "identifierName": "conditions"
                          },
                          "name": "conditions"
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1371,
                      "end": 1382,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 19
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 1378,
                        "end": 1382,
                        "loc": {
                          "start": {
                            "line": 51,
                            "column": 15
                          },
                          "end": {
                            "line": 51,
                            "column": 19
                          }
                        }
                      }
                    }
                  ],
                  "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.available_territory - tracks and albums available territory.\n     * @return {Search}\n     * @example api.searchFetcher.setSearchCriteria('五月天 好好').filter({artist: '五月天'}).fetchSearchResult()\n     ",
                    "start": 547,
                    "end": 1127,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 4
                      },
                      "end": {
                        "line": 42,
                        "column": 7
                      }
                    }
                  }
                ],
                "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.kkbox.codes/docs/search\n     ",
                    "start": 1394,
                    "end": 1820,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1825,
                "end": 1943,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 4
                  },
                  "end": {
                    "line": 66,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1825,
                  "end": 1842,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 4
                    },
                    "end": {
                      "line": 62,
                      "column": 21
                    },
                    "identifierName": "setSearchCriteria"
                  },
                  "name": "setSearchCriteria",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 1843,
                    "end": 1844,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 22
                      },
                      "end": {
                        "line": 62,
                        "column": 23
                      },
                      "identifierName": "q"
                    },
                    "name": "q"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1846,
                    "end": 1862,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 25
                      },
                      "end": {
                        "line": 62,
                        "column": 41
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1846,
                      "end": 1850,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 25
                        },
                        "end": {
                          "line": 62,
                          "column": 29
                        },
                        "identifierName": "type"
                      },
                      "name": "type"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 1853,
                      "end": 1862,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 32
                        },
                        "end": {
                          "line": 62,
                          "column": 41
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1864,
                  "end": 1943,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 43
                    },
                    "end": {
                      "line": 66,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1874,
                      "end": 1884,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 63,
                          "column": 18
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1874,
                        "end": 1884,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 8
                          },
                          "end": {
                            "line": 63,
                            "column": 18
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1874,
                          "end": 1880,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 8
                            },
                            "end": {
                              "line": 63,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1874,
                            "end": 1878,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 8
                              },
                              "end": {
                                "line": 63,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1879,
                            "end": 1880,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 13
                              },
                              "end": {
                                "line": 63,
                                "column": 14
                              },
                              "identifierName": "q"
                            },
                            "name": "q"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1883,
                          "end": 1884,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 17
                            },
                            "end": {
                              "line": 63,
                              "column": 18
                            },
                            "identifierName": "q"
                          },
                          "name": "q"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1893,
                      "end": 1909,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 8
                        },
                        "end": {
                          "line": 64,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1893,
                        "end": 1909,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 8
                          },
                          "end": {
                            "line": 64,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1893,
                          "end": 1902,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 8
                            },
                            "end": {
                              "line": 64,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1893,
                            "end": 1897,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 8
                              },
                              "end": {
                                "line": 64,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1898,
                            "end": 1902,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 13
                              },
                              "end": {
                                "line": 64,
                                "column": 17
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1905,
                          "end": 1909,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 20
                            },
                            "end": {
                              "line": 64,
                              "column": 24
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1926,
                      "end": 1937,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 8
                        },
                        "end": {
                          "line": 65,
                          "column": 19
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 1933,
                        "end": 1937,
                        "loc": {
                          "start": {
                            "line": 65,
                            "column": 15
                          },
                          "end": {
                            "line": 65,
                            "column": 19
                          }
                        }
                      }
                    }
                  ],
                  "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.kkbox.codes/docs/search\n     ",
                    "start": 1394,
                    "end": 1820,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 7
                      }
                    }
                  }
                ],
                "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 api.searchFetcher.setSearchCriteria('五月天 好好').fetchSearchResult()\n     ",
                    "start": 1949,
                    "end": 2231,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 75,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2236,
                "end": 2534,
                "loc": {
                  "start": {
                    "line": 76,
                    "column": 4
                  },
                  "end": {
                    "line": 84,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2236,
                  "end": 2253,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 4
                    },
                    "end": {
                      "line": 76,
                      "column": 21
                    },
                    "identifierName": "fetchSearchResult"
                  },
                  "name": "fetchSearchResult",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 2254,
                    "end": 2271,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 22
                      },
                      "end": {
                        "line": 76,
                        "column": 39
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 2254,
                      "end": 2259,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 22
                        },
                        "end": {
                          "line": 76,
                          "column": 27
                        },
                        "identifierName": "limit"
                      },
                      "name": "limit"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 2262,
                      "end": 2271,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 30
                        },
                        "end": {
                          "line": 76,
                          "column": 39
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 2273,
                    "end": 2291,
                    "loc": {
                      "start": {
                        "line": 76,
                        "column": 41
                      },
                      "end": {
                        "line": 76,
                        "column": 59
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 2273,
                      "end": 2279,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 41
                        },
                        "end": {
                          "line": 76,
                          "column": 47
                        },
                        "identifierName": "offset"
                      },
                      "name": "offset"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 2282,
                      "end": 2291,
                      "loc": {
                        "start": {
                          "line": 76,
                          "column": 50
                        },
                        "end": {
                          "line": 76,
                          "column": 59
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2293,
                  "end": 2534,
                  "loc": {
                    "start": {
                      "line": 76,
                      "column": 61
                    },
                    "end": {
                      "line": 84,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2303,
                      "end": 2528,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 8
                        },
                        "end": {
                          "line": 83,
                          "column": 36
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 2310,
                        "end": 2528,
                        "loc": {
                          "start": {
                            "line": 77,
                            "column": 15
                          },
                          "end": {
                            "line": 83,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2310,
                          "end": 2507,
                          "loc": {
                            "start": {
                              "line": 77,
                              "column": 15
                            },
                            "end": {
                              "line": 83,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 2310,
                            "end": 2502,
                            "loc": {
                              "start": {
                                "line": 77,
                                "column": 15
                              },
                              "end": {
                                "line": 83,
                                "column": 10
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2310,
                              "end": 2323,
                              "loc": {
                                "start": {
                                  "line": 77,
                                  "column": 15
                                },
                                "end": {
                                  "line": 77,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2310,
                                "end": 2319,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2310,
                                  "end": 2314,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 19
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2315,
                                  "end": 2319,
                                  "loc": {
                                    "start": {
                                      "line": 77,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 77,
                                      "column": 24
                                    },
                                    "identifierName": "http"
                                  },
                                  "name": "http"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2320,
                                "end": 2323,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 28
                                  },
                                  "identifierName": "get"
                                },
                                "name": "get"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2324,
                                "end": 2332,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 77,
                                    "column": 37
                                  },
                                  "identifierName": "ENDPOINT"
                                },
                                "name": "ENDPOINT"
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 2334,
                                "end": 2501,
                                "loc": {
                                  "start": {
                                    "line": 77,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 9
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2348,
                                    "end": 2357,
                                    "loc": {
                                      "start": {
                                        "line": 78,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 78,
                                        "column": 21
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2348,
                                      "end": 2349,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 13
                                        },
                                        "identifierName": "q"
                                      },
                                      "name": "q"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 2351,
                                      "end": 2357,
                                      "loc": {
                                        "start": {
                                          "line": 78,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 78,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2351,
                                        "end": 2355,
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2356,
                                        "end": 2357,
                                        "loc": {
                                          "start": {
                                            "line": 78,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 78,
                                            "column": 21
                                          },
                                          "identifierName": "q"
                                        },
                                        "name": "q"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2371,
                                    "end": 2386,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 27
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2371,
                                      "end": 2375,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 16
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 2377,
                                      "end": 2386,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2377,
                                        "end": 2381,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2382,
                                        "end": 2386,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 27
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2400,
                                    "end": 2425,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 37
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2400,
                                      "end": 2409,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 21
                                        },
                                        "identifierName": "territory"
                                      },
                                      "name": "territory"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 2411,
                                      "end": 2425,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2411,
                                        "end": 2415,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 27
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2416,
                                        "end": 2425,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 37
                                          },
                                          "identifierName": "territory"
                                        },
                                        "name": "territory"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2439,
                                    "end": 2451,
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 24
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2439,
                                      "end": 2444,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 17
                                        },
                                        "identifierName": "limit"
                                      },
                                      "name": "limit"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 2446,
                                      "end": 2451,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 24
                                        },
                                        "identifierName": "limit"
                                      },
                                      "name": "limit"
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2465,
                                    "end": 2479,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 26
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2465,
                                      "end": 2471,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 18
                                        },
                                        "identifierName": "offset"
                                      },
                                      "name": "offset"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 2473,
                                      "end": 2479,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 26
                                        },
                                        "identifierName": "offset"
                                      },
                                      "name": "offset"
                                    }
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2503,
                            "end": 2507,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 11
                              },
                              "end": {
                                "line": 83,
                                "column": 15
                              },
                              "identifierName": "then"
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 2508,
                            "end": 2527,
                            "loc": {
                              "start": {
                                "line": 83,
                                "column": 16
                              },
                              "end": {
                                "line": 83,
                                "column": 35
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2508,
                              "end": 2521,
                              "loc": {
                                "start": {
                                  "line": 83,
                                  "column": 16
                                },
                                "end": {
                                  "line": 83,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2508,
                                "end": 2516,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 24
                                  },
                                  "identifierName": "doFilter"
                                },
                                "name": "doFilter"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2517,
                                "end": 2521,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 29
                                  },
                                  "identifierName": "bind"
                                },
                                "name": "bind"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "start": 2522,
                                "end": 2526,
                                "loc": {
                                  "start": {
                                    "line": 83,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 83,
                                    "column": 34
                                  }
                                }
                              }
                            ]
                          }
                        ]
                      }
                    }
                  ],
                  "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 api.searchFetcher.setSearchCriteria('五月天 好好').fetchSearchResult()\n     ",
                    "start": 1949,
                    "end": 2231,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 75,
                        "column": 7
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Search API.\n * @see https://docs.kkbox.codes/docs/search\n ",
              "start": 80,
              "end": 147,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 0
                },
                "end": {
                  "line": 7,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Search API.\n * @see https://docs.kkbox.codes/docs/search\n ",
            "start": 80,
            "end": 147,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 2538,
        "end": 6909,
        "loc": {
          "start": {
            "line": 87,
            "column": 0
          },
          "end": {
            "line": 165,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 2547,
          "end": 2555,
          "loc": {
            "start": {
              "line": 87,
              "column": 9
            },
            "end": {
              "line": 87,
              "column": 17
            },
            "identifierName": "doFilter"
          },
          "name": "doFilter"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 2556,
            "end": 2564,
            "loc": {
              "start": {
                "line": 87,
                "column": 18
              },
              "end": {
                "line": 87,
                "column": 26
              },
              "identifierName": "response"
            },
            "name": "response"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 2566,
          "end": 6909,
          "loc": {
            "start": {
              "line": 87,
              "column": 28
            },
            "end": {
              "line": 165,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 2572,
              "end": 6907,
              "loc": {
                "start": {
                  "line": 88,
                  "column": 4
                },
                "end": {
                  "line": 164,
                  "column": 5
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 2576,
                "end": 2611,
                "loc": {
                  "start": {
                    "line": 88,
                    "column": 8
                  },
                  "end": {
                    "line": 88,
                    "column": 43
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 2576,
                  "end": 2597,
                  "loc": {
                    "start": {
                      "line": 88,
                      "column": 8
                    },
                    "end": {
                      "line": 88,
                      "column": 29
                    }
                  },
                  "object": {
                    "type": "ThisExpression",
                    "start": 2576,
                    "end": 2580,
                    "loc": {
                      "start": {
                        "line": 88,
                        "column": 8
                      },
                      "end": {
                        "line": 88,
                        "column": 12
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2581,
                    "end": 2597,
                    "loc": {
                      "start": {
                        "line": 88,
                        "column": 13
                      },
                      "end": {
                        "line": 88,
                        "column": 29
                      },
                      "identifierName": "filterConditions"
                    },
                    "name": "filterConditions"
                  },
                  "computed": false
                },
                "operator": "!==",
                "right": {
                  "type": "Identifier",
                  "start": 2602,
                  "end": 2611,
                  "loc": {
                    "start": {
                      "line": 88,
                      "column": 34
                    },
                    "end": {
                      "line": 88,
                      "column": 43
                    },
                    "identifierName": "undefined"
                  },
                  "name": "undefined"
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 2613,
                "end": 6870,
                "loc": {
                  "start": {
                    "line": 88,
                    "column": 45
                  },
                  "end": {
                    "line": 162,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 2623,
                    "end": 6793,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 8
                      },
                      "end": {
                        "line": 160,
                        "column": 10
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2629,
                        "end": 6793,
                        "loc": {
                          "start": {
                            "line": 89,
                            "column": 14
                          },
                          "end": {
                            "line": 160,
                            "column": 10
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2629,
                          "end": 2633,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 14
                            },
                            "end": {
                              "line": 89,
                              "column": 18
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 2636,
                          "end": 6793,
                          "loc": {
                            "start": {
                              "line": 89,
                              "column": 21
                            },
                            "end": {
                              "line": 160,
                              "column": 10
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2636,
                            "end": 2666,
                            "loc": {
                              "start": {
                                "line": 89,
                                "column": 21
                              },
                              "end": {
                                "line": 89,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 2636,
                              "end": 2662,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 21
                                },
                                "end": {
                                  "line": 89,
                                  "column": 47
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2636,
                                "end": 2647,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 89,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2636,
                                  "end": 2642,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 27
                                    },
                                    "identifierName": "Object"
                                  },
                                  "name": "Object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2643,
                                  "end": 2647,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 32
                                    },
                                    "identifierName": "keys"
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 2648,
                                  "end": 2661,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2648,
                                    "end": 2656,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 41
                                      },
                                      "identifierName": "response"
                                    },
                                    "name": "response"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2657,
                                    "end": 2661,
                                    "loc": {
                                      "start": {
                                        "line": 89,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 89,
                                        "column": 46
                                      },
                                      "identifierName": "data"
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2663,
                              "end": 2666,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 48
                                },
                                "end": {
                                  "line": 89,
                                  "column": 51
                                },
                                "identifierName": "map"
                              },
                              "name": "map"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 2667,
                              "end": 6792,
                              "loc": {
                                "start": {
                                  "line": 89,
                                  "column": 52
                                },
                                "end": {
                                  "line": 160,
                                  "column": 9
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 2667,
                                  "end": 2670,
                                  "loc": {
                                    "start": {
                                      "line": 89,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 89,
                                      "column": 55
                                    },
                                    "identifierName": "key"
                                  },
                                  "name": "key"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 2674,
                                "end": 6792,
                                "loc": {
                                  "start": {
                                    "line": 89,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 160,
                                    "column": 9
                                  }
                                },
                                "body": [
                                  {
                                    "type": "SwitchStatement",
                                    "start": 2688,
                                    "end": 6782,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 159,
                                        "column": 13
                                      }
                                    },
                                    "discriminant": {
                                      "type": "Identifier",
                                      "start": 2696,
                                      "end": 2699,
                                      "loc": {
                                        "start": {
                                          "line": 90,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 90,
                                          "column": 23
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "cases": [
                                      {
                                        "type": "SwitchCase",
                                        "start": 2719,
                                        "end": 4138,
                                        "loc": {
                                          "start": {
                                            "line": 91,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 112,
                                            "column": 21
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 2754,
                                            "end": 4138,
                                            "loc": {
                                              "start": {
                                                "line": 92,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 112,
                                                "column": 21
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 2761,
                                              "end": 4138,
                                              "loc": {
                                                "start": {
                                                  "line": 92,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 112,
                                                  "column": 21
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 2787,
                                                  "end": 4116,
                                                  "loc": {
                                                    "start": {
                                                      "line": 93,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 111,
                                                      "column": 26
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2788,
                                                    "end": 2791,
                                                    "loc": {
                                                      "start": {
                                                        "line": 93,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 93,
                                                        "column": 28
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 2794,
                                                    "end": 4116,
                                                    "loc": {
                                                      "start": {
                                                        "line": 93,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 111,
                                                        "column": 26
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 2794,
                                                      "end": 2807,
                                                      "loc": {
                                                        "start": {
                                                          "line": 93,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 93,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2794,
                                                        "end": 2800,
                                                        "loc": {
                                                          "start": {
                                                            "line": 93,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 93,
                                                            "column": 37
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2801,
                                                        "end": 2807,
                                                        "loc": {
                                                          "start": {
                                                            "line": 93,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 93,
                                                            "column": 44
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 2808,
                                                        "end": 2826,
                                                        "loc": {
                                                          "start": {
                                                            "line": 93,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 93,
                                                            "column": 63
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 2808,
                                                          "end": 2821,
                                                          "loc": {
                                                            "start": {
                                                              "line": 93,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 93,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 2808,
                                                            "end": 2816,
                                                            "loc": {
                                                              "start": {
                                                                "line": 93,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 93,
                                                                "column": 53
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2817,
                                                            "end": 2821,
                                                            "loc": {
                                                              "start": {
                                                                "line": 93,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 93,
                                                                "column": 58
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2822,
                                                          "end": 2825,
                                                          "loc": {
                                                            "start": {
                                                              "line": 93,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 93,
                                                              "column": 62
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 2828,
                                                        "end": 4115,
                                                        "loc": {
                                                          "start": {
                                                            "line": 93,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 111,
                                                            "column": 25
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 2858,
                                                            "end": 4089,
                                                            "loc": {
                                                              "start": {
                                                                "line": 94,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 110,
                                                                "column": 34
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 2858,
                                                              "end": 2862,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 94,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 94,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 2864,
                                                              "end": 4089,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 94,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 110,
                                                                  "column": 34
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 2864,
                                                                "end": 2927,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 94,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 95,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 2864,
                                                                  "end": 2887,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 94,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 94,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 2864,
                                                                    "end": 2882,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 94,
                                                                        "column": 34
                                                                      },
                                                                      "end": {
                                                                        "line": 94,
                                                                        "column": 52
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 2864,
                                                                      "end": 2877,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 94,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 94,
                                                                          "column": 47
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 2864,
                                                                        "end": 2872,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 94,
                                                                            "column": 34
                                                                          },
                                                                          "end": {
                                                                            "line": 94,
                                                                            "column": 42
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 2873,
                                                                        "end": 2877,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 94,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 94,
                                                                            "column": 47
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 2878,
                                                                      "end": 2881,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 94,
                                                                          "column": 48
                                                                        },
                                                                        "end": {
                                                                          "line": 94,
                                                                          "column": 51
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 2883,
                                                                    "end": 2887,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 94,
                                                                        "column": 53
                                                                      },
                                                                      "end": {
                                                                        "line": 94,
                                                                        "column": 57
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 2921,
                                                                  "end": 2927,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 95,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 95,
                                                                      "column": 39
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 2928,
                                                                  "end": 4088,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 95,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 110,
                                                                      "column": 33
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 2928,
                                                                      "end": 2933,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 95,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 95,
                                                                          "column": 45
                                                                        },
                                                                        "identifierName": "track"
                                                                      },
                                                                      "name": "track"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 2937,
                                                                    "end": 4088,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 95,
                                                                        "column": 49
                                                                      },
                                                                      "end": {
                                                                        "line": 110,
                                                                        "column": 33
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 2975,
                                                                        "end": 3252,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 96,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 99,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 2979,
                                                                          "end": 3158,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 96,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 97,
                                                                              "column": 120
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 2979,
                                                                            "end": 3034,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 96,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 96,
                                                                                "column": 95
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 2979,
                                                                              "end": 3020,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 96,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 96,
                                                                                  "column": 81
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 2979,
                                                                                "end": 3000,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 96,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 96,
                                                                                    "column": 61
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 2979,
                                                                                  "end": 2983,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 96,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 96,
                                                                                      "column": 44
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 2984,
                                                                                  "end": 3000,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 96,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 96,
                                                                                      "column": 61
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 3001,
                                                                                "end": 3020,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 96,
                                                                                    "column": 62
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 96,
                                                                                    "column": 81
                                                                                  },
                                                                                  "identifierName": "available_territory"
                                                                                },
                                                                                "name": "available_territory"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 3025,
                                                                              "end": 3034,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 96,
                                                                                  "column": 86
                                                                                },
                                                                                "end": {
                                                                                  "line": 96,
                                                                                  "column": 95
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 3078,
                                                                            "end": 3158,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 97,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 97,
                                                                                "column": 120
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 3079,
                                                                              "end": 3158,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 97,
                                                                                  "column": 41
                                                                                },
                                                                                "end": {
                                                                                  "line": 97,
                                                                                  "column": 120
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3079,
                                                                                "end": 3115,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 97,
                                                                                    "column": 41
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 97,
                                                                                    "column": 77
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3079,
                                                                                  "end": 3106,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 97,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 97,
                                                                                      "column": 68
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3079,
                                                                                    "end": 3084,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 97,
                                                                                        "column": 41
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 97,
                                                                                        "column": 46
                                                                                      },
                                                                                      "identifierName": "track"
                                                                                    },
                                                                                    "name": "track"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3085,
                                                                                    "end": 3106,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 97,
                                                                                        "column": 47
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 97,
                                                                                        "column": 68
                                                                                      },
                                                                                      "identifierName": "available_territories"
                                                                                    },
                                                                                    "name": "available_territories"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3107,
                                                                                  "end": 3115,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 97,
                                                                                      "column": 69
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 97,
                                                                                      "column": 77
                                                                                    },
                                                                                    "identifierName": "includes"
                                                                                  },
                                                                                  "name": "includes"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3116,
                                                                                  "end": 3157,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 97,
                                                                                      "column": 78
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 97,
                                                                                      "column": 119
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 3116,
                                                                                    "end": 3137,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 97,
                                                                                        "column": 78
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 97,
                                                                                        "column": 99
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "ThisExpression",
                                                                                      "start": 3116,
                                                                                      "end": 3120,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 97,
                                                                                          "column": 78
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 97,
                                                                                          "column": 82
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 3121,
                                                                                      "end": 3137,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 97,
                                                                                          "column": 83
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 97,
                                                                                          "column": 99
                                                                                        },
                                                                                        "identifierName": "filterConditions"
                                                                                      },
                                                                                      "name": "filterConditions"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3138,
                                                                                    "end": 3157,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 97,
                                                                                        "column": 100
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 97,
                                                                                        "column": 119
                                                                                      },
                                                                                      "identifierName": "available_territory"
                                                                                    },
                                                                                    "name": "available_territory"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 3160,
                                                                          "end": 3252,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 97,
                                                                              "column": 122
                                                                            },
                                                                            "end": {
                                                                              "line": 99,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 3202,
                                                                              "end": 3214,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 98,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 98,
                                                                                  "column": 52
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 3209,
                                                                                "end": 3214,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 98,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 98,
                                                                                    "column": 52
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 3289,
                                                                        "end": 3543,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 100,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 103,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 3293,
                                                                          "end": 3449,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 100,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 101,
                                                                              "column": 111
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 3293,
                                                                            "end": 3334,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 100,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 100,
                                                                                "column": 81
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 3293,
                                                                              "end": 3320,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 100,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 100,
                                                                                  "column": 67
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3293,
                                                                                "end": 3314,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 100,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 100,
                                                                                    "column": 61
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 3293,
                                                                                  "end": 3297,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 100,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 100,
                                                                                      "column": 44
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3298,
                                                                                  "end": 3314,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 100,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 100,
                                                                                      "column": 61
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 3315,
                                                                                "end": 3320,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 100,
                                                                                    "column": 62
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 100,
                                                                                    "column": 67
                                                                                  },
                                                                                  "identifierName": "track"
                                                                                },
                                                                                "name": "track"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 3325,
                                                                              "end": 3334,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 100,
                                                                                  "column": 72
                                                                                },
                                                                                "end": {
                                                                                  "line": 100,
                                                                                  "column": 81
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 3378,
                                                                            "end": 3449,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 101,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 101,
                                                                                "column": 111
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 3379,
                                                                              "end": 3449,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 101,
                                                                                  "column": 41
                                                                                },
                                                                                "end": {
                                                                                  "line": 101,
                                                                                  "column": 111
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3379,
                                                                                "end": 3437,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 101,
                                                                                    "column": 41
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 101,
                                                                                    "column": 99
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "NewExpression",
                                                                                  "start": 3379,
                                                                                  "end": 3432,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 101,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 101,
                                                                                      "column": 94
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3383,
                                                                                    "end": 3389,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 101,
                                                                                        "column": 45
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 101,
                                                                                        "column": 51
                                                                                      },
                                                                                      "identifierName": "RegExp"
                                                                                    },
                                                                                    "name": "RegExp"
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 3390,
                                                                                      "end": 3431,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 101,
                                                                                          "column": 52
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 101,
                                                                                          "column": 93
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 3390,
                                                                                        "end": 3424,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 101,
                                                                                            "column": 52
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 101,
                                                                                            "column": 86
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 3390,
                                                                                          "end": 3394,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 101,
                                                                                              "column": 52
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 101,
                                                                                              "column": 56
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 3397,
                                                                                          "end": 3424,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 101,
                                                                                              "column": 59
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 101,
                                                                                              "column": 86
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 3397,
                                                                                            "end": 3418,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 101,
                                                                                                "column": 59
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 101,
                                                                                                "column": 80
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "ThisExpression",
                                                                                              "start": 3397,
                                                                                              "end": 3401,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 101,
                                                                                                  "column": 59
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 101,
                                                                                                  "column": 63
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 3402,
                                                                                              "end": 3418,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 101,
                                                                                                  "column": 64
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 101,
                                                                                                  "column": 80
                                                                                                },
                                                                                                "identifierName": "filterConditions"
                                                                                              },
                                                                                              "name": "filterConditions"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 3419,
                                                                                            "end": 3424,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 101,
                                                                                                "column": 81
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 101,
                                                                                                "column": 86
                                                                                              },
                                                                                              "identifierName": "track"
                                                                                            },
                                                                                            "name": "track"
                                                                                          },
                                                                                          "computed": false
                                                                                        }
                                                                                      },
                                                                                      "operator": "+",
                                                                                      "right": {
                                                                                        "type": "StringLiteral",
                                                                                        "start": 3427,
                                                                                        "end": 3431,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 101,
                                                                                            "column": 89
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 101,
                                                                                            "column": 93
                                                                                          }
                                                                                        },
                                                                                        "extra": {
                                                                                          "rawValue": ".*",
                                                                                          "raw": "'.*'"
                                                                                        },
                                                                                        "value": ".*"
                                                                                      }
                                                                                    }
                                                                                  ]
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3433,
                                                                                  "end": 3437,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 101,
                                                                                      "column": 95
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 101,
                                                                                      "column": 99
                                                                                    },
                                                                                    "identifierName": "test"
                                                                                  },
                                                                                  "name": "test"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3438,
                                                                                  "end": 3448,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 101,
                                                                                      "column": 100
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 101,
                                                                                      "column": 110
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3438,
                                                                                    "end": 3443,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 101,
                                                                                        "column": 100
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 101,
                                                                                        "column": 105
                                                                                      },
                                                                                      "identifierName": "track"
                                                                                    },
                                                                                    "name": "track"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3444,
                                                                                    "end": 3448,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 101,
                                                                                        "column": 106
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 101,
                                                                                        "column": 110
                                                                                      },
                                                                                      "identifierName": "name"
                                                                                    },
                                                                                    "name": "name"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 3451,
                                                                          "end": 3543,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 101,
                                                                              "column": 113
                                                                            },
                                                                            "end": {
                                                                              "line": 103,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 3493,
                                                                              "end": 3505,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 102,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 102,
                                                                                  "column": 52
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 3500,
                                                                                "end": 3505,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 102,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 102,
                                                                                    "column": 52
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 3580,
                                                                        "end": 3840,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 104,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 107,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 3584,
                                                                          "end": 3746,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 104,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 105,
                                                                              "column": 117
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 3584,
                                                                            "end": 3625,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 104,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 104,
                                                                                "column": 81
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 3584,
                                                                              "end": 3611,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 104,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 104,
                                                                                  "column": 67
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3584,
                                                                                "end": 3605,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 104,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 104,
                                                                                    "column": 61
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 3584,
                                                                                  "end": 3588,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 104,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 104,
                                                                                      "column": 44
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3589,
                                                                                  "end": 3605,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 104,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 104,
                                                                                      "column": 61
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 3606,
                                                                                "end": 3611,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 104,
                                                                                    "column": 62
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 104,
                                                                                    "column": 67
                                                                                  },
                                                                                  "identifierName": "album"
                                                                                },
                                                                                "name": "album"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 3616,
                                                                              "end": 3625,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 104,
                                                                                  "column": 72
                                                                                },
                                                                                "end": {
                                                                                  "line": 104,
                                                                                  "column": 81
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 3669,
                                                                            "end": 3746,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 105,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 105,
                                                                                "column": 117
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 3670,
                                                                              "end": 3746,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 105,
                                                                                  "column": 41
                                                                                },
                                                                                "end": {
                                                                                  "line": 105,
                                                                                  "column": 117
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3670,
                                                                                "end": 3728,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 105,
                                                                                    "column": 41
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 105,
                                                                                    "column": 99
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "NewExpression",
                                                                                  "start": 3670,
                                                                                  "end": 3723,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 105,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 105,
                                                                                      "column": 94
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3674,
                                                                                    "end": 3680,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 105,
                                                                                        "column": 45
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 105,
                                                                                        "column": 51
                                                                                      },
                                                                                      "identifierName": "RegExp"
                                                                                    },
                                                                                    "name": "RegExp"
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 3681,
                                                                                      "end": 3722,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 105,
                                                                                          "column": 52
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 105,
                                                                                          "column": 93
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 3681,
                                                                                        "end": 3715,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 105,
                                                                                            "column": 52
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 105,
                                                                                            "column": 86
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 3681,
                                                                                          "end": 3685,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 105,
                                                                                              "column": 52
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 105,
                                                                                              "column": 56
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 3688,
                                                                                          "end": 3715,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 105,
                                                                                              "column": 59
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 105,
                                                                                              "column": 86
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 3688,
                                                                                            "end": 3709,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 105,
                                                                                                "column": 59
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 105,
                                                                                                "column": 80
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "ThisExpression",
                                                                                              "start": 3688,
                                                                                              "end": 3692,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 105,
                                                                                                  "column": 59
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 105,
                                                                                                  "column": 63
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 3693,
                                                                                              "end": 3709,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 105,
                                                                                                  "column": 64
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 105,
                                                                                                  "column": 80
                                                                                                },
                                                                                                "identifierName": "filterConditions"
                                                                                              },
                                                                                              "name": "filterConditions"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 3710,
                                                                                            "end": 3715,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 105,
                                                                                                "column": 81
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 105,
                                                                                                "column": 86
                                                                                              },
                                                                                              "identifierName": "album"
                                                                                            },
                                                                                            "name": "album"
                                                                                          },
                                                                                          "computed": false
                                                                                        }
                                                                                      },
                                                                                      "operator": "+",
                                                                                      "right": {
                                                                                        "type": "StringLiteral",
                                                                                        "start": 3718,
                                                                                        "end": 3722,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 105,
                                                                                            "column": 89
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 105,
                                                                                            "column": 93
                                                                                          }
                                                                                        },
                                                                                        "extra": {
                                                                                          "rawValue": ".*",
                                                                                          "raw": "'.*'"
                                                                                        },
                                                                                        "value": ".*"
                                                                                      }
                                                                                    }
                                                                                  ]
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3724,
                                                                                  "end": 3728,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 105,
                                                                                      "column": 95
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 105,
                                                                                      "column": 99
                                                                                    },
                                                                                    "identifierName": "test"
                                                                                  },
                                                                                  "name": "test"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3729,
                                                                                  "end": 3745,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 105,
                                                                                      "column": 100
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 105,
                                                                                      "column": 116
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 3729,
                                                                                    "end": 3740,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 105,
                                                                                        "column": 100
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 105,
                                                                                        "column": 111
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 3729,
                                                                                      "end": 3734,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 105,
                                                                                          "column": 100
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 105,
                                                                                          "column": 105
                                                                                        },
                                                                                        "identifierName": "track"
                                                                                      },
                                                                                      "name": "track"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 3735,
                                                                                      "end": 3740,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 105,
                                                                                          "column": 106
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 105,
                                                                                          "column": 111
                                                                                        },
                                                                                        "identifierName": "album"
                                                                                      },
                                                                                      "name": "album"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3741,
                                                                                    "end": 3745,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 105,
                                                                                        "column": 112
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 105,
                                                                                        "column": 116
                                                                                      },
                                                                                      "identifierName": "name"
                                                                                    },
                                                                                    "name": "name"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 3748,
                                                                          "end": 3840,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 105,
                                                                              "column": 119
                                                                            },
                                                                            "end": {
                                                                              "line": 107,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 3790,
                                                                              "end": 3802,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 106,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 106,
                                                                                  "column": 52
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 3797,
                                                                                "end": 3802,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 106,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 106,
                                                                                    "column": 52
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "ReturnStatement",
                                                                        "start": 3877,
                                                                        "end": 4054,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 108,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 109,
                                                                            "column": 122
                                                                          }
                                                                        },
                                                                        "argument": {
                                                                          "type": "UnaryExpression",
                                                                          "start": 3884,
                                                                          "end": 4054,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 108,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 109,
                                                                              "column": 122
                                                                            }
                                                                          },
                                                                          "operator": "!",
                                                                          "prefix": true,
                                                                          "argument": {
                                                                            "type": "LogicalExpression",
                                                                            "start": 3886,
                                                                            "end": 4053,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 108,
                                                                                "column": 45
                                                                              },
                                                                              "end": {
                                                                                "line": 109,
                                                                                "column": 121
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 3886,
                                                                              "end": 3928,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 108,
                                                                                  "column": 45
                                                                                },
                                                                                "end": {
                                                                                  "line": 108,
                                                                                  "column": 87
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3886,
                                                                                "end": 3914,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 108,
                                                                                    "column": 45
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 108,
                                                                                    "column": 73
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3886,
                                                                                  "end": 3907,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 108,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 108,
                                                                                      "column": 66
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "ThisExpression",
                                                                                    "start": 3886,
                                                                                    "end": 3890,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 108,
                                                                                        "column": 45
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 108,
                                                                                        "column": 49
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3891,
                                                                                    "end": 3907,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 108,
                                                                                        "column": 50
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 108,
                                                                                        "column": 66
                                                                                      },
                                                                                      "identifierName": "filterConditions"
                                                                                    },
                                                                                    "name": "filterConditions"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3908,
                                                                                  "end": 3914,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 108,
                                                                                      "column": 67
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 108,
                                                                                      "column": 73
                                                                                    },
                                                                                    "identifierName": "artist"
                                                                                  },
                                                                                  "name": "artist"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "operator": "!==",
                                                                              "right": {
                                                                                "type": "Identifier",
                                                                                "start": 3919,
                                                                                "end": 3928,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 108,
                                                                                    "column": 78
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 108,
                                                                                    "column": 87
                                                                                  },
                                                                                  "identifierName": "undefined"
                                                                                },
                                                                                "name": "undefined"
                                                                              }
                                                                            },
                                                                            "operator": "&&",
                                                                            "right": {
                                                                              "type": "UnaryExpression",
                                                                              "start": 3968,
                                                                              "end": 4053,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 109,
                                                                                  "column": 36
                                                                                },
                                                                                "end": {
                                                                                  "line": 109,
                                                                                  "column": 121
                                                                                }
                                                                              },
                                                                              "operator": "!",
                                                                              "prefix": true,
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 3969,
                                                                                "end": 4053,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 109,
                                                                                    "column": 37
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 109,
                                                                                    "column": 121
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3969,
                                                                                  "end": 4028,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 109,
                                                                                      "column": 37
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 109,
                                                                                      "column": 96
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 3969,
                                                                                    "end": 4023,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 109,
                                                                                        "column": 37
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 109,
                                                                                        "column": 91
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 3973,
                                                                                      "end": 3979,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 109,
                                                                                          "column": 41
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 109,
                                                                                          "column": 47
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 3980,
                                                                                        "end": 4022,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 109,
                                                                                            "column": 48
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 109,
                                                                                            "column": 90
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 3980,
                                                                                          "end": 4015,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 109,
                                                                                              "column": 48
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 109,
                                                                                              "column": 83
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 3980,
                                                                                            "end": 3984,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 109,
                                                                                                "column": 48
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 109,
                                                                                                "column": 52
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 3987,
                                                                                            "end": 4015,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 109,
                                                                                                "column": 55
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 109,
                                                                                                "column": 83
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 3987,
                                                                                              "end": 4008,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 109,
                                                                                                  "column": 55
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 109,
                                                                                                  "column": 76
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 3987,
                                                                                                "end": 3991,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 109,
                                                                                                    "column": 55
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 109,
                                                                                                    "column": 59
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 3992,
                                                                                                "end": 4008,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 109,
                                                                                                    "column": 60
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 109,
                                                                                                    "column": 76
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 4009,
                                                                                              "end": 4015,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 109,
                                                                                                  "column": 77
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 109,
                                                                                                  "column": 83
                                                                                                },
                                                                                                "identifierName": "artist"
                                                                                              },
                                                                                              "name": "artist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 4018,
                                                                                          "end": 4022,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 109,
                                                                                              "column": 86
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 109,
                                                                                              "column": 90
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4024,
                                                                                    "end": 4028,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 109,
                                                                                        "column": 92
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 109,
                                                                                        "column": 96
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 4029,
                                                                                    "end": 4052,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 109,
                                                                                        "column": 97
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 109,
                                                                                        "column": 120
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 4029,
                                                                                      "end": 4047,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 109,
                                                                                          "column": 97
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 109,
                                                                                          "column": 115
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 4029,
                                                                                        "end": 4040,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 109,
                                                                                            "column": 97
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 109,
                                                                                            "column": 108
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 4029,
                                                                                          "end": 4034,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 109,
                                                                                              "column": 97
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 109,
                                                                                              "column": 102
                                                                                            },
                                                                                            "identifierName": "track"
                                                                                          },
                                                                                          "name": "track"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 4035,
                                                                                          "end": 4040,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 109,
                                                                                              "column": 103
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 109,
                                                                                              "column": 108
                                                                                            },
                                                                                            "identifierName": "album"
                                                                                          },
                                                                                          "name": "album"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 4041,
                                                                                        "end": 4047,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 109,
                                                                                            "column": 109
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 109,
                                                                                            "column": 115
                                                                                          },
                                                                                          "identifierName": "artist"
                                                                                        },
                                                                                        "name": "artist"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 4048,
                                                                                      "end": 4052,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 109,
                                                                                          "column": 116
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 109,
                                                                                          "column": 120
                                                                                        },
                                                                                        "identifierName": "name"
                                                                                      },
                                                                                      "name": "name"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              },
                                                                              "extra": {
                                                                                "parenthesizedArgument": false
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "parenthesized": true,
                                                                              "parenStart": 3885
                                                                            }
                                                                          },
                                                                          "extra": {
                                                                            "parenthesizedArgument": false
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 2724,
                                          "end": 2732,
                                          "loc": {
                                            "start": {
                                              "line": 91,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 91,
                                              "column": 29
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "tracks",
                                            "raw": "'tracks'"
                                          },
                                          "value": "tracks"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 4175,
                                        "end": 5291,
                                        "loc": {
                                          "start": {
                                            "line": 113,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 130,
                                            "column": 21
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 4210,
                                            "end": 5291,
                                            "loc": {
                                              "start": {
                                                "line": 114,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 130,
                                                "column": 21
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 4217,
                                              "end": 5291,
                                              "loc": {
                                                "start": {
                                                  "line": 114,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 130,
                                                  "column": 21
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 4243,
                                                  "end": 5269,
                                                  "loc": {
                                                    "start": {
                                                      "line": 115,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 129,
                                                      "column": 26
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 4244,
                                                    "end": 4247,
                                                    "loc": {
                                                      "start": {
                                                        "line": 115,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 115,
                                                        "column": 28
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 4250,
                                                    "end": 5269,
                                                    "loc": {
                                                      "start": {
                                                        "line": 115,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 129,
                                                        "column": 26
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4250,
                                                      "end": 4263,
                                                      "loc": {
                                                        "start": {
                                                          "line": 115,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 115,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4250,
                                                        "end": 4256,
                                                        "loc": {
                                                          "start": {
                                                            "line": 115,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 115,
                                                            "column": 37
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4257,
                                                        "end": 4263,
                                                        "loc": {
                                                          "start": {
                                                            "line": 115,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 115,
                                                            "column": 44
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 4264,
                                                        "end": 4282,
                                                        "loc": {
                                                          "start": {
                                                            "line": 115,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 115,
                                                            "column": 63
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4264,
                                                          "end": 4277,
                                                          "loc": {
                                                            "start": {
                                                              "line": 115,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 115,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4264,
                                                            "end": 4272,
                                                            "loc": {
                                                              "start": {
                                                                "line": 115,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 115,
                                                                "column": 53
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4273,
                                                            "end": 4277,
                                                            "loc": {
                                                              "start": {
                                                                "line": 115,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 115,
                                                                "column": 58
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4278,
                                                          "end": 4281,
                                                          "loc": {
                                                            "start": {
                                                              "line": 115,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 115,
                                                              "column": 62
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 4284,
                                                        "end": 5268,
                                                        "loc": {
                                                          "start": {
                                                            "line": 115,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 129,
                                                            "column": 25
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 4314,
                                                            "end": 5242,
                                                            "loc": {
                                                              "start": {
                                                                "line": 116,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 128,
                                                                "column": 34
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 4314,
                                                              "end": 4318,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 116,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 116,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 4320,
                                                              "end": 5242,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 116,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 128,
                                                                  "column": 34
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 4320,
                                                                "end": 4383,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 116,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 117,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 4320,
                                                                  "end": 4343,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 116,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 116,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 4320,
                                                                    "end": 4338,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 116,
                                                                        "column": 34
                                                                      },
                                                                      "end": {
                                                                        "line": 116,
                                                                        "column": 52
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 4320,
                                                                      "end": 4333,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 116,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 116,
                                                                          "column": 47
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 4320,
                                                                        "end": 4328,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 116,
                                                                            "column": 34
                                                                          },
                                                                          "end": {
                                                                            "line": 116,
                                                                            "column": 42
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 4329,
                                                                        "end": 4333,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 116,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 116,
                                                                            "column": 47
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 4334,
                                                                      "end": 4337,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 116,
                                                                          "column": 48
                                                                        },
                                                                        "end": {
                                                                          "line": 116,
                                                                          "column": 51
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 4339,
                                                                    "end": 4343,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 116,
                                                                        "column": 53
                                                                      },
                                                                      "end": {
                                                                        "line": 116,
                                                                        "column": 57
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 4377,
                                                                  "end": 4383,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 117,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 117,
                                                                      "column": 39
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 4384,
                                                                  "end": 5241,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 117,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 128,
                                                                      "column": 33
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 4384,
                                                                      "end": 4389,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 117,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 117,
                                                                          "column": 45
                                                                        },
                                                                        "identifierName": "album"
                                                                      },
                                                                      "name": "album"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 4393,
                                                                    "end": 5241,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 117,
                                                                        "column": 49
                                                                      },
                                                                      "end": {
                                                                        "line": 128,
                                                                        "column": 33
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 4431,
                                                                        "end": 4708,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 118,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 121,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 4435,
                                                                          "end": 4614,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 118,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 119,
                                                                              "column": 120
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 4435,
                                                                            "end": 4490,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 118,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 118,
                                                                                "column": 95
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 4435,
                                                                              "end": 4476,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 118,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 118,
                                                                                  "column": 81
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4435,
                                                                                "end": 4456,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 118,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 118,
                                                                                    "column": 61
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 4435,
                                                                                  "end": 4439,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 118,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 118,
                                                                                      "column": 44
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4440,
                                                                                  "end": 4456,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 118,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 118,
                                                                                      "column": 61
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 4457,
                                                                                "end": 4476,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 118,
                                                                                    "column": 62
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 118,
                                                                                    "column": 81
                                                                                  },
                                                                                  "identifierName": "available_territory"
                                                                                },
                                                                                "name": "available_territory"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 4481,
                                                                              "end": 4490,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 118,
                                                                                  "column": 86
                                                                                },
                                                                                "end": {
                                                                                  "line": 118,
                                                                                  "column": 95
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 4534,
                                                                            "end": 4614,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 119,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 119,
                                                                                "column": 120
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 4535,
                                                                              "end": 4614,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 119,
                                                                                  "column": 41
                                                                                },
                                                                                "end": {
                                                                                  "line": 119,
                                                                                  "column": 120
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4535,
                                                                                "end": 4571,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 119,
                                                                                    "column": 41
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 119,
                                                                                    "column": 77
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4535,
                                                                                  "end": 4562,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 119,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 119,
                                                                                      "column": 68
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4535,
                                                                                    "end": 4540,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 119,
                                                                                        "column": 41
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 119,
                                                                                        "column": 46
                                                                                      },
                                                                                      "identifierName": "album"
                                                                                    },
                                                                                    "name": "album"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4541,
                                                                                    "end": 4562,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 119,
                                                                                        "column": 47
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 119,
                                                                                        "column": 68
                                                                                      },
                                                                                      "identifierName": "available_territories"
                                                                                    },
                                                                                    "name": "available_territories"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4563,
                                                                                  "end": 4571,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 119,
                                                                                      "column": 69
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 119,
                                                                                      "column": 77
                                                                                    },
                                                                                    "identifierName": "includes"
                                                                                  },
                                                                                  "name": "includes"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4572,
                                                                                  "end": 4613,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 119,
                                                                                      "column": 78
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 119,
                                                                                      "column": 119
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 4572,
                                                                                    "end": 4593,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 119,
                                                                                        "column": 78
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 119,
                                                                                        "column": 99
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "ThisExpression",
                                                                                      "start": 4572,
                                                                                      "end": 4576,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 119,
                                                                                          "column": 78
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 119,
                                                                                          "column": 82
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 4577,
                                                                                      "end": 4593,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 119,
                                                                                          "column": 83
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 119,
                                                                                          "column": 99
                                                                                        },
                                                                                        "identifierName": "filterConditions"
                                                                                      },
                                                                                      "name": "filterConditions"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4594,
                                                                                    "end": 4613,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 119,
                                                                                        "column": 100
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 119,
                                                                                        "column": 119
                                                                                      },
                                                                                      "identifierName": "available_territory"
                                                                                    },
                                                                                    "name": "available_territory"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 4616,
                                                                          "end": 4708,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 119,
                                                                              "column": 122
                                                                            },
                                                                            "end": {
                                                                              "line": 121,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 4658,
                                                                              "end": 4670,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 120,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 120,
                                                                                  "column": 52
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 4665,
                                                                                "end": 4670,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 120,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 120,
                                                                                    "column": 52
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 4745,
                                                                        "end": 4999,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 122,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 125,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 4749,
                                                                          "end": 4905,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 122,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 123,
                                                                              "column": 111
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 4749,
                                                                            "end": 4790,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 122,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 122,
                                                                                "column": 81
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 4749,
                                                                              "end": 4776,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 122,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 122,
                                                                                  "column": 67
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4749,
                                                                                "end": 4770,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 122,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 122,
                                                                                    "column": 61
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 4749,
                                                                                  "end": 4753,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 122,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 122,
                                                                                      "column": 44
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4754,
                                                                                  "end": 4770,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 122,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 122,
                                                                                      "column": 61
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 4771,
                                                                                "end": 4776,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 122,
                                                                                    "column": 62
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 122,
                                                                                    "column": 67
                                                                                  },
                                                                                  "identifierName": "album"
                                                                                },
                                                                                "name": "album"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 4781,
                                                                              "end": 4790,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 122,
                                                                                  "column": 72
                                                                                },
                                                                                "end": {
                                                                                  "line": 122,
                                                                                  "column": 81
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 4834,
                                                                            "end": 4905,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 123,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 123,
                                                                                "column": 111
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 4835,
                                                                              "end": 4905,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 123,
                                                                                  "column": 41
                                                                                },
                                                                                "end": {
                                                                                  "line": 123,
                                                                                  "column": 111
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4835,
                                                                                "end": 4893,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 123,
                                                                                    "column": 41
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 123,
                                                                                    "column": 99
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "NewExpression",
                                                                                  "start": 4835,
                                                                                  "end": 4888,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 123,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 123,
                                                                                      "column": 94
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4839,
                                                                                    "end": 4845,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 123,
                                                                                        "column": 45
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 123,
                                                                                        "column": 51
                                                                                      },
                                                                                      "identifierName": "RegExp"
                                                                                    },
                                                                                    "name": "RegExp"
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 4846,
                                                                                      "end": 4887,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 123,
                                                                                          "column": 52
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 123,
                                                                                          "column": 93
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 4846,
                                                                                        "end": 4880,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 123,
                                                                                            "column": 52
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 123,
                                                                                            "column": 86
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 4846,
                                                                                          "end": 4850,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 123,
                                                                                              "column": 52
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 123,
                                                                                              "column": 56
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 4853,
                                                                                          "end": 4880,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 123,
                                                                                              "column": 59
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 123,
                                                                                              "column": 86
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 4853,
                                                                                            "end": 4874,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 123,
                                                                                                "column": 59
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 123,
                                                                                                "column": 80
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "ThisExpression",
                                                                                              "start": 4853,
                                                                                              "end": 4857,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 123,
                                                                                                  "column": 59
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 123,
                                                                                                  "column": 63
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 4858,
                                                                                              "end": 4874,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 123,
                                                                                                  "column": 64
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 123,
                                                                                                  "column": 80
                                                                                                },
                                                                                                "identifierName": "filterConditions"
                                                                                              },
                                                                                              "name": "filterConditions"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 4875,
                                                                                            "end": 4880,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 123,
                                                                                                "column": 81
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 123,
                                                                                                "column": 86
                                                                                              },
                                                                                              "identifierName": "album"
                                                                                            },
                                                                                            "name": "album"
                                                                                          },
                                                                                          "computed": false
                                                                                        }
                                                                                      },
                                                                                      "operator": "+",
                                                                                      "right": {
                                                                                        "type": "StringLiteral",
                                                                                        "start": 4883,
                                                                                        "end": 4887,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 123,
                                                                                            "column": 89
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 123,
                                                                                            "column": 93
                                                                                          }
                                                                                        },
                                                                                        "extra": {
                                                                                          "rawValue": ".*",
                                                                                          "raw": "'.*'"
                                                                                        },
                                                                                        "value": ".*"
                                                                                      }
                                                                                    }
                                                                                  ]
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4889,
                                                                                  "end": 4893,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 123,
                                                                                      "column": 95
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 123,
                                                                                      "column": 99
                                                                                    },
                                                                                    "identifierName": "test"
                                                                                  },
                                                                                  "name": "test"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4894,
                                                                                  "end": 4904,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 123,
                                                                                      "column": 100
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 123,
                                                                                      "column": 110
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4894,
                                                                                    "end": 4899,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 123,
                                                                                        "column": 100
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 123,
                                                                                        "column": 105
                                                                                      },
                                                                                      "identifierName": "album"
                                                                                    },
                                                                                    "name": "album"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4900,
                                                                                    "end": 4904,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 123,
                                                                                        "column": 106
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 123,
                                                                                        "column": 110
                                                                                      },
                                                                                      "identifierName": "name"
                                                                                    },
                                                                                    "name": "name"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 4907,
                                                                          "end": 4999,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 123,
                                                                              "column": 113
                                                                            },
                                                                            "end": {
                                                                              "line": 125,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 4949,
                                                                              "end": 4961,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 124,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 124,
                                                                                  "column": 52
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 4956,
                                                                                "end": 4961,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 124,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 124,
                                                                                    "column": 52
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "ReturnStatement",
                                                                        "start": 5036,
                                                                        "end": 5207,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 126,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 127,
                                                                            "column": 116
                                                                          }
                                                                        },
                                                                        "argument": {
                                                                          "type": "UnaryExpression",
                                                                          "start": 5043,
                                                                          "end": 5207,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 126,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 127,
                                                                              "column": 116
                                                                            }
                                                                          },
                                                                          "operator": "!",
                                                                          "prefix": true,
                                                                          "argument": {
                                                                            "type": "LogicalExpression",
                                                                            "start": 5045,
                                                                            "end": 5206,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 126,
                                                                                "column": 45
                                                                              },
                                                                              "end": {
                                                                                "line": 127,
                                                                                "column": 115
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 5045,
                                                                              "end": 5087,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 126,
                                                                                  "column": 45
                                                                                },
                                                                                "end": {
                                                                                  "line": 126,
                                                                                  "column": 87
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 5045,
                                                                                "end": 5073,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 126,
                                                                                    "column": 45
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 126,
                                                                                    "column": 73
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 5045,
                                                                                  "end": 5066,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 126,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 126,
                                                                                      "column": 66
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "ThisExpression",
                                                                                    "start": 5045,
                                                                                    "end": 5049,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 126,
                                                                                        "column": 45
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 126,
                                                                                        "column": 49
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 5050,
                                                                                    "end": 5066,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 126,
                                                                                        "column": 50
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 126,
                                                                                        "column": 66
                                                                                      },
                                                                                      "identifierName": "filterConditions"
                                                                                    },
                                                                                    "name": "filterConditions"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 5067,
                                                                                  "end": 5073,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 126,
                                                                                      "column": 67
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 126,
                                                                                      "column": 73
                                                                                    },
                                                                                    "identifierName": "artist"
                                                                                  },
                                                                                  "name": "artist"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "operator": "!==",
                                                                              "right": {
                                                                                "type": "Identifier",
                                                                                "start": 5078,
                                                                                "end": 5087,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 126,
                                                                                    "column": 78
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 126,
                                                                                    "column": 87
                                                                                  },
                                                                                  "identifierName": "undefined"
                                                                                },
                                                                                "name": "undefined"
                                                                              }
                                                                            },
                                                                            "operator": "&&",
                                                                            "right": {
                                                                              "type": "UnaryExpression",
                                                                              "start": 5127,
                                                                              "end": 5206,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 127,
                                                                                  "column": 36
                                                                                },
                                                                                "end": {
                                                                                  "line": 127,
                                                                                  "column": 115
                                                                                }
                                                                              },
                                                                              "operator": "!",
                                                                              "prefix": true,
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 5128,
                                                                                "end": 5206,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 127,
                                                                                    "column": 37
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 127,
                                                                                    "column": 115
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 5128,
                                                                                  "end": 5187,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 127,
                                                                                      "column": 37
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 127,
                                                                                      "column": 96
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 5128,
                                                                                    "end": 5182,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 127,
                                                                                        "column": 37
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 127,
                                                                                        "column": 91
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5132,
                                                                                      "end": 5138,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 127,
                                                                                          "column": 41
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 127,
                                                                                          "column": 47
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 5139,
                                                                                        "end": 5181,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 127,
                                                                                            "column": 48
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 127,
                                                                                            "column": 90
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 5139,
                                                                                          "end": 5174,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 127,
                                                                                              "column": 48
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 127,
                                                                                              "column": 83
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 5139,
                                                                                            "end": 5143,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 127,
                                                                                                "column": 48
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 127,
                                                                                                "column": 52
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 5146,
                                                                                            "end": 5174,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 127,
                                                                                                "column": 55
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 127,
                                                                                                "column": 83
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 5146,
                                                                                              "end": 5167,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 127,
                                                                                                  "column": 55
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 127,
                                                                                                  "column": 76
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 5146,
                                                                                                "end": 5150,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 127,
                                                                                                    "column": 55
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 127,
                                                                                                    "column": 59
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 5151,
                                                                                                "end": 5167,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 127,
                                                                                                    "column": 60
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 127,
                                                                                                    "column": 76
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 5168,
                                                                                              "end": 5174,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 127,
                                                                                                  "column": 77
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 127,
                                                                                                  "column": 83
                                                                                                },
                                                                                                "identifierName": "artist"
                                                                                              },
                                                                                              "name": "artist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 5177,
                                                                                          "end": 5181,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 127,
                                                                                              "column": 86
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 127,
                                                                                              "column": 90
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 5183,
                                                                                    "end": 5187,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 127,
                                                                                        "column": 92
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 127,
                                                                                        "column": 96
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 5188,
                                                                                    "end": 5205,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 127,
                                                                                        "column": 97
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 127,
                                                                                        "column": 114
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 5188,
                                                                                      "end": 5200,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 127,
                                                                                          "column": 97
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 127,
                                                                                          "column": 109
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 5188,
                                                                                        "end": 5193,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 127,
                                                                                            "column": 97
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 127,
                                                                                            "column": 102
                                                                                          },
                                                                                          "identifierName": "album"
                                                                                        },
                                                                                        "name": "album"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 5194,
                                                                                        "end": 5200,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 127,
                                                                                            "column": 103
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 127,
                                                                                            "column": 109
                                                                                          },
                                                                                          "identifierName": "artist"
                                                                                        },
                                                                                        "name": "artist"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5201,
                                                                                      "end": 5205,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 127,
                                                                                          "column": 110
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 127,
                                                                                          "column": 114
                                                                                        },
                                                                                        "identifierName": "name"
                                                                                      },
                                                                                      "name": "name"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              },
                                                                              "extra": {
                                                                                "parenthesizedArgument": false
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "parenthesized": true,
                                                                              "parenStart": 5044
                                                                            }
                                                                          },
                                                                          "extra": {
                                                                            "parenthesizedArgument": false
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 4180,
                                          "end": 4188,
                                          "loc": {
                                            "start": {
                                              "line": 113,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 113,
                                              "column": 29
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "albums",
                                            "raw": "'albums'"
                                          },
                                          "value": "albums"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 5328,
                                        "end": 5974,
                                        "loc": {
                                          "start": {
                                            "line": 131,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 143,
                                            "column": 21
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 5364,
                                            "end": 5974,
                                            "loc": {
                                              "start": {
                                                "line": 132,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 143,
                                                "column": 21
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 5371,
                                              "end": 5974,
                                              "loc": {
                                                "start": {
                                                  "line": 132,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 143,
                                                  "column": 21
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 5397,
                                                  "end": 5952,
                                                  "loc": {
                                                    "start": {
                                                      "line": 133,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 142,
                                                      "column": 26
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 5398,
                                                    "end": 5401,
                                                    "loc": {
                                                      "start": {
                                                        "line": 133,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 133,
                                                        "column": 28
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 5404,
                                                    "end": 5952,
                                                    "loc": {
                                                      "start": {
                                                        "line": 133,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 142,
                                                        "column": 26
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5404,
                                                      "end": 5417,
                                                      "loc": {
                                                        "start": {
                                                          "line": 133,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 133,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 5404,
                                                        "end": 5410,
                                                        "loc": {
                                                          "start": {
                                                            "line": 133,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 133,
                                                            "column": 37
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5411,
                                                        "end": 5417,
                                                        "loc": {
                                                          "start": {
                                                            "line": 133,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 133,
                                                            "column": 44
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 5418,
                                                        "end": 5436,
                                                        "loc": {
                                                          "start": {
                                                            "line": 133,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 133,
                                                            "column": 63
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 5418,
                                                          "end": 5431,
                                                          "loc": {
                                                            "start": {
                                                              "line": 133,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 133,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5418,
                                                            "end": 5426,
                                                            "loc": {
                                                              "start": {
                                                                "line": 133,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 133,
                                                                "column": 53
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5427,
                                                            "end": 5431,
                                                            "loc": {
                                                              "start": {
                                                                "line": 133,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 133,
                                                                "column": 58
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5432,
                                                          "end": 5435,
                                                          "loc": {
                                                            "start": {
                                                              "line": 133,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 133,
                                                              "column": 62
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 5438,
                                                        "end": 5951,
                                                        "loc": {
                                                          "start": {
                                                            "line": 133,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 142,
                                                            "column": 25
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 5468,
                                                            "end": 5925,
                                                            "loc": {
                                                              "start": {
                                                                "line": 134,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 141,
                                                                "column": 34
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 5468,
                                                              "end": 5472,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 134,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 134,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 5474,
                                                              "end": 5925,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 134,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 141,
                                                                  "column": 34
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 5474,
                                                                "end": 5537,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 134,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 135,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 5474,
                                                                  "end": 5497,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 134,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 134,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 5474,
                                                                    "end": 5492,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 134,
                                                                        "column": 34
                                                                      },
                                                                      "end": {
                                                                        "line": 134,
                                                                        "column": 52
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 5474,
                                                                      "end": 5487,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 134,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 134,
                                                                          "column": 47
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 5474,
                                                                        "end": 5482,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 134,
                                                                            "column": 34
                                                                          },
                                                                          "end": {
                                                                            "line": 134,
                                                                            "column": 42
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 5483,
                                                                        "end": 5487,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 134,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 134,
                                                                            "column": 47
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 5488,
                                                                      "end": 5491,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 134,
                                                                          "column": 48
                                                                        },
                                                                        "end": {
                                                                          "line": 134,
                                                                          "column": 51
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 5493,
                                                                    "end": 5497,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 134,
                                                                        "column": 53
                                                                      },
                                                                      "end": {
                                                                        "line": 134,
                                                                        "column": 57
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5531,
                                                                  "end": 5537,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 135,
                                                                      "column": 39
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 5538,
                                                                  "end": 5924,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 141,
                                                                      "column": 33
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 5538,
                                                                      "end": 5544,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 135,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 135,
                                                                          "column": 46
                                                                        },
                                                                        "identifierName": "artist"
                                                                      },
                                                                      "name": "artist"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 5548,
                                                                    "end": 5924,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 50
                                                                      },
                                                                      "end": {
                                                                        "line": 141,
                                                                        "column": 33
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 5586,
                                                                        "end": 5890,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 136,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 140,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 5590,
                                                                          "end": 5632,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 136,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 136,
                                                                              "column": 82
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 5590,
                                                                            "end": 5618,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 136,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 136,
                                                                                "column": 68
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 5590,
                                                                              "end": 5611,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 136,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 136,
                                                                                  "column": 61
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "ThisExpression",
                                                                                "start": 5590,
                                                                                "end": 5594,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 136,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 136,
                                                                                    "column": 44
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 5595,
                                                                                "end": 5611,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 136,
                                                                                    "column": 45
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 136,
                                                                                    "column": 61
                                                                                  },
                                                                                  "identifierName": "filterConditions"
                                                                                },
                                                                                "name": "filterConditions"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 5612,
                                                                              "end": 5618,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 136,
                                                                                  "column": 62
                                                                                },
                                                                                "end": {
                                                                                  "line": 136,
                                                                                  "column": 68
                                                                                },
                                                                                "identifierName": "artist"
                                                                              },
                                                                              "name": "artist"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "operator": "===",
                                                                          "right": {
                                                                            "type": "Identifier",
                                                                            "start": 5623,
                                                                            "end": 5632,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 136,
                                                                                "column": 73
                                                                              },
                                                                              "end": {
                                                                                "line": 136,
                                                                                "column": 82
                                                                              },
                                                                              "identifierName": "undefined"
                                                                            },
                                                                            "name": "undefined"
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 5634,
                                                                          "end": 5725,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 136,
                                                                              "column": 84
                                                                            },
                                                                            "end": {
                                                                              "line": 138,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 5676,
                                                                              "end": 5687,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 137,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 137,
                                                                                  "column": 51
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 5683,
                                                                                "end": 5687,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 137,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 137,
                                                                                    "column": 51
                                                                                  }
                                                                                },
                                                                                "value": true
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": {
                                                                          "type": "BlockStatement",
                                                                          "start": 5731,
                                                                          "end": 5890,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 138,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 140,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 5773,
                                                                              "end": 5852,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 139,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 139,
                                                                                  "column": 119
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 5780,
                                                                                "end": 5852,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 139,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 139,
                                                                                    "column": 119
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 5780,
                                                                                  "end": 5839,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 139,
                                                                                      "column": 47
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 139,
                                                                                      "column": 106
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 5780,
                                                                                    "end": 5834,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 139,
                                                                                        "column": 47
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 139,
                                                                                        "column": 101
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5784,
                                                                                      "end": 5790,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 139,
                                                                                          "column": 51
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 139,
                                                                                          "column": 57
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 5791,
                                                                                        "end": 5833,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 139,
                                                                                            "column": 58
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 139,
                                                                                            "column": 100
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 5791,
                                                                                          "end": 5826,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 139,
                                                                                              "column": 58
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 139,
                                                                                              "column": 93
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 5791,
                                                                                            "end": 5795,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 139,
                                                                                                "column": 58
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 139,
                                                                                                "column": 62
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 5798,
                                                                                            "end": 5826,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 139,
                                                                                                "column": 65
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 139,
                                                                                                "column": 93
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 5798,
                                                                                              "end": 5819,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 139,
                                                                                                  "column": 65
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 139,
                                                                                                  "column": 86
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 5798,
                                                                                                "end": 5802,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 139,
                                                                                                    "column": 65
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 139,
                                                                                                    "column": 69
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 5803,
                                                                                                "end": 5819,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 139,
                                                                                                    "column": 70
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 139,
                                                                                                    "column": 86
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 5820,
                                                                                              "end": 5826,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 139,
                                                                                                  "column": 87
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 139,
                                                                                                  "column": 93
                                                                                                },
                                                                                                "identifierName": "artist"
                                                                                              },
                                                                                              "name": "artist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 5829,
                                                                                          "end": 5833,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 139,
                                                                                              "column": 96
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 139,
                                                                                              "column": 100
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 5835,
                                                                                    "end": 5839,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 139,
                                                                                        "column": 102
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 139,
                                                                                        "column": 106
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 5840,
                                                                                    "end": 5851,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 139,
                                                                                        "column": 107
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 139,
                                                                                        "column": 118
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5840,
                                                                                      "end": 5846,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 139,
                                                                                          "column": 107
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 139,
                                                                                          "column": 113
                                                                                        },
                                                                                        "identifierName": "artist"
                                                                                      },
                                                                                      "name": "artist"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5847,
                                                                                      "end": 5851,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 139,
                                                                                          "column": 114
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 139,
                                                                                          "column": 118
                                                                                        },
                                                                                        "identifierName": "name"
                                                                                      },
                                                                                      "name": "name"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 5333,
                                          "end": 5342,
                                          "loc": {
                                            "start": {
                                              "line": 131,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 131,
                                              "column": 30
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "artists",
                                            "raw": "'artists'"
                                          },
                                          "value": "artists"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 6011,
                                        "end": 6668,
                                        "loc": {
                                          "start": {
                                            "line": 144,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 156,
                                            "column": 21
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 6049,
                                            "end": 6668,
                                            "loc": {
                                              "start": {
                                                "line": 145,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 156,
                                                "column": 21
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 6056,
                                              "end": 6668,
                                              "loc": {
                                                "start": {
                                                  "line": 145,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 156,
                                                  "column": 21
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 6082,
                                                  "end": 6646,
                                                  "loc": {
                                                    "start": {
                                                      "line": 146,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 155,
                                                      "column": 26
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 6083,
                                                    "end": 6086,
                                                    "loc": {
                                                      "start": {
                                                        "line": 146,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 146,
                                                        "column": 28
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 6089,
                                                    "end": 6646,
                                                    "loc": {
                                                      "start": {
                                                        "line": 146,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 155,
                                                        "column": 26
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 6089,
                                                      "end": 6102,
                                                      "loc": {
                                                        "start": {
                                                          "line": 146,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 146,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 6089,
                                                        "end": 6095,
                                                        "loc": {
                                                          "start": {
                                                            "line": 146,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 146,
                                                            "column": 37
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6096,
                                                        "end": 6102,
                                                        "loc": {
                                                          "start": {
                                                            "line": 146,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 146,
                                                            "column": 44
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 6103,
                                                        "end": 6121,
                                                        "loc": {
                                                          "start": {
                                                            "line": 146,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 146,
                                                            "column": 63
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 6103,
                                                          "end": 6116,
                                                          "loc": {
                                                            "start": {
                                                              "line": 146,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 146,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 6103,
                                                            "end": 6111,
                                                            "loc": {
                                                              "start": {
                                                                "line": 146,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 146,
                                                                "column": 53
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6112,
                                                            "end": 6116,
                                                            "loc": {
                                                              "start": {
                                                                "line": 146,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 146,
                                                                "column": 58
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 6117,
                                                          "end": 6120,
                                                          "loc": {
                                                            "start": {
                                                              "line": 146,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 146,
                                                              "column": 62
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 6123,
                                                        "end": 6645,
                                                        "loc": {
                                                          "start": {
                                                            "line": 146,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 155,
                                                            "column": 25
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 6153,
                                                            "end": 6619,
                                                            "loc": {
                                                              "start": {
                                                                "line": 147,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 154,
                                                                "column": 34
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 6153,
                                                              "end": 6157,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 147,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 147,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 6159,
                                                              "end": 6619,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 147,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 154,
                                                                  "column": 34
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 6159,
                                                                "end": 6222,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 147,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 148,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 6159,
                                                                  "end": 6182,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 147,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 147,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 6159,
                                                                    "end": 6177,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 147,
                                                                        "column": 34
                                                                      },
                                                                      "end": {
                                                                        "line": 147,
                                                                        "column": 52
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 6159,
                                                                      "end": 6172,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 147,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 147,
                                                                          "column": 47
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 6159,
                                                                        "end": 6167,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 147,
                                                                            "column": 34
                                                                          },
                                                                          "end": {
                                                                            "line": 147,
                                                                            "column": 42
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 6168,
                                                                        "end": 6172,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 147,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 147,
                                                                            "column": 47
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 6173,
                                                                      "end": 6176,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 147,
                                                                          "column": 48
                                                                        },
                                                                        "end": {
                                                                          "line": 147,
                                                                          "column": 51
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 6178,
                                                                    "end": 6182,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 147,
                                                                        "column": 53
                                                                      },
                                                                      "end": {
                                                                        "line": 147,
                                                                        "column": 57
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6216,
                                                                  "end": 6222,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 148,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 148,
                                                                      "column": 39
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 6223,
                                                                  "end": 6618,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 148,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 154,
                                                                      "column": 33
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 6223,
                                                                      "end": 6231,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 148,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 148,
                                                                          "column": 48
                                                                        },
                                                                        "identifierName": "playlist"
                                                                      },
                                                                      "name": "playlist"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 6235,
                                                                    "end": 6618,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 148,
                                                                        "column": 52
                                                                      },
                                                                      "end": {
                                                                        "line": 154,
                                                                        "column": 33
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 6273,
                                                                        "end": 6584,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 149,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 153,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 6277,
                                                                          "end": 6321,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 149,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 149,
                                                                              "column": 84
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 6277,
                                                                            "end": 6307,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 149,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 149,
                                                                                "column": 70
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 6277,
                                                                              "end": 6298,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 149,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 149,
                                                                                  "column": 61
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "ThisExpression",
                                                                                "start": 6277,
                                                                                "end": 6281,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 149,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 149,
                                                                                    "column": 44
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 6282,
                                                                                "end": 6298,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 149,
                                                                                    "column": 45
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 149,
                                                                                    "column": 61
                                                                                  },
                                                                                  "identifierName": "filterConditions"
                                                                                },
                                                                                "name": "filterConditions"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 6299,
                                                                              "end": 6307,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 149,
                                                                                  "column": 62
                                                                                },
                                                                                "end": {
                                                                                  "line": 149,
                                                                                  "column": 70
                                                                                },
                                                                                "identifierName": "playlist"
                                                                              },
                                                                              "name": "playlist"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "operator": "===",
                                                                          "right": {
                                                                            "type": "Identifier",
                                                                            "start": 6312,
                                                                            "end": 6321,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 149,
                                                                                "column": 75
                                                                              },
                                                                              "end": {
                                                                                "line": 149,
                                                                                "column": 84
                                                                              },
                                                                              "identifierName": "undefined"
                                                                            },
                                                                            "name": "undefined"
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 6323,
                                                                          "end": 6414,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 149,
                                                                              "column": 86
                                                                            },
                                                                            "end": {
                                                                              "line": 151,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 6365,
                                                                              "end": 6376,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 150,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 150,
                                                                                  "column": 51
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 6372,
                                                                                "end": 6376,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 150,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 150,
                                                                                    "column": 51
                                                                                  }
                                                                                },
                                                                                "value": true
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": {
                                                                          "type": "BlockStatement",
                                                                          "start": 6420,
                                                                          "end": 6584,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 151,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 153,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 6462,
                                                                              "end": 6546,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 152,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 152,
                                                                                  "column": 124
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 6469,
                                                                                "end": 6546,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 152,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 152,
                                                                                    "column": 124
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 6469,
                                                                                  "end": 6530,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 152,
                                                                                      "column": 47
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 152,
                                                                                      "column": 108
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 6469,
                                                                                    "end": 6525,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 152,
                                                                                        "column": 47
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 152,
                                                                                        "column": 103
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 6473,
                                                                                      "end": 6479,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 152,
                                                                                          "column": 51
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 152,
                                                                                          "column": 57
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 6480,
                                                                                        "end": 6524,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 152,
                                                                                            "column": 58
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 152,
                                                                                            "column": 102
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 6480,
                                                                                          "end": 6517,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 152,
                                                                                              "column": 58
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 152,
                                                                                              "column": 95
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 6480,
                                                                                            "end": 6484,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 152,
                                                                                                "column": 58
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 152,
                                                                                                "column": 62
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 6487,
                                                                                            "end": 6517,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 152,
                                                                                                "column": 65
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 152,
                                                                                                "column": 95
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 6487,
                                                                                              "end": 6508,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 152,
                                                                                                  "column": 65
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 152,
                                                                                                  "column": 86
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 6487,
                                                                                                "end": 6491,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 152,
                                                                                                    "column": 65
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 152,
                                                                                                    "column": 69
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 6492,
                                                                                                "end": 6508,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 152,
                                                                                                    "column": 70
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 152,
                                                                                                    "column": 86
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 6509,
                                                                                              "end": 6517,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 152,
                                                                                                  "column": 87
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 152,
                                                                                                  "column": 95
                                                                                                },
                                                                                                "identifierName": "playlist"
                                                                                              },
                                                                                              "name": "playlist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 6520,
                                                                                          "end": 6524,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 152,
                                                                                              "column": 98
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 152,
                                                                                              "column": 102
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 6526,
                                                                                    "end": 6530,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 152,
                                                                                        "column": 104
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 152,
                                                                                        "column": 108
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 6531,
                                                                                    "end": 6545,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 152,
                                                                                        "column": 109
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 152,
                                                                                        "column": 123
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 6531,
                                                                                      "end": 6539,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 152,
                                                                                          "column": 109
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 152,
                                                                                          "column": 117
                                                                                        },
                                                                                        "identifierName": "playlist"
                                                                                      },
                                                                                      "name": "playlist"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 6540,
                                                                                      "end": 6545,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 152,
                                                                                          "column": 118
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 152,
                                                                                          "column": 123
                                                                                        },
                                                                                        "identifierName": "title"
                                                                                      },
                                                                                      "name": "title"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 6016,
                                          "end": 6027,
                                          "loc": {
                                            "start": {
                                              "line": 144,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 144,
                                              "column": 32
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "playlists",
                                            "raw": "'playlists'"
                                          },
                                          "value": "playlists"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 6705,
                                        "end": 6768,
                                        "loc": {
                                          "start": {
                                            "line": 157,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 158,
                                            "column": 54
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 6734,
                                            "end": 6768,
                                            "loc": {
                                              "start": {
                                                "line": 158,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 158,
                                                "column": 54
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 6741,
                                              "end": 6768,
                                              "loc": {
                                                "start": {
                                                  "line": 158,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 158,
                                                  "column": 54
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 6742,
                                                  "end": 6767,
                                                  "loc": {
                                                    "start": {
                                                      "line": 158,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 158,
                                                      "column": 53
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 6743,
                                                    "end": 6746,
                                                    "loc": {
                                                      "start": {
                                                        "line": 158,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 158,
                                                        "column": 32
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 6749,
                                                    "end": 6767,
                                                    "loc": {
                                                      "start": {
                                                        "line": 158,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 158,
                                                        "column": 53
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 6749,
                                                      "end": 6762,
                                                      "loc": {
                                                        "start": {
                                                          "line": 158,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 158,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 6749,
                                                        "end": 6757,
                                                        "loc": {
                                                          "start": {
                                                            "line": 158,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 158,
                                                            "column": 43
                                                          },
                                                          "identifierName": "response"
                                                        },
                                                        "name": "response"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6758,
                                                        "end": 6762,
                                                        "loc": {
                                                          "start": {
                                                            "line": 158,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 158,
                                                            "column": 48
                                                          },
                                                          "identifierName": "data"
                                                        },
                                                        "name": "data"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6763,
                                                      "end": 6766,
                                                      "loc": {
                                                        "start": {
                                                          "line": 158,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 158,
                                                          "column": 52
                                                        },
                                                        "identifierName": "key"
                                                      },
                                                      "name": "key"
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": null
                                      }
                                    ]
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 6802,
                    "end": 6864,
                    "loc": {
                      "start": {
                        "line": 161,
                        "column": 8
                      },
                      "end": {
                        "line": 161,
                        "column": 70
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 6809,
                      "end": 6864,
                      "loc": {
                        "start": {
                          "line": 161,
                          "column": 15
                        },
                        "end": {
                          "line": 161,
                          "column": 70
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6809,
                        "end": 6822,
                        "loc": {
                          "start": {
                            "line": 161,
                            "column": 15
                          },
                          "end": {
                            "line": 161,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6809,
                          "end": 6815,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 15
                            },
                            "end": {
                              "line": 161,
                              "column": 21
                            },
                            "identifierName": "Object"
                          },
                          "name": "Object"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6816,
                          "end": 6822,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 22
                            },
                            "end": {
                              "line": 161,
                              "column": 28
                            },
                            "identifierName": "assign"
                          },
                          "name": "assign"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 6823,
                          "end": 6831,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 29
                            },
                            "end": {
                              "line": 161,
                              "column": 37
                            },
                            "identifierName": "response"
                          },
                          "name": "response"
                        },
                        {
                          "type": "ObjectExpression",
                          "start": 6833,
                          "end": 6863,
                          "loc": {
                            "start": {
                              "line": 161,
                              "column": 39
                            },
                            "end": {
                              "line": 161,
                              "column": 69
                            }
                          },
                          "properties": [
                            {
                              "type": "ObjectProperty",
                              "start": 6834,
                              "end": 6862,
                              "loc": {
                                "start": {
                                  "line": 161,
                                  "column": 40
                                },
                                "end": {
                                  "line": 161,
                                  "column": 68
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 6834,
                                "end": 6838,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 44
                                  },
                                  "identifierName": "data"
                                },
                                "name": "data"
                              },
                              "value": {
                                "type": "CallExpression",
                                "start": 6840,
                                "end": 6862,
                                "loc": {
                                  "start": {
                                    "line": 161,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 68
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6840,
                                  "end": 6853,
                                  "loc": {
                                    "start": {
                                      "line": 161,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 161,
                                      "column": 59
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6840,
                                    "end": 6846,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 52
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6847,
                                    "end": 6853,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 59
                                      },
                                      "identifierName": "assign"
                                    },
                                    "name": "assign"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "SpreadElement",
                                    "start": 6854,
                                    "end": 6861,
                                    "loc": {
                                      "start": {
                                        "line": 161,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 161,
                                        "column": 67
                                      }
                                    },
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 6857,
                                      "end": 6861,
                                      "loc": {
                                        "start": {
                                          "line": 161,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 161,
                                          "column": 67
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    }
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "alternate": {
                "type": "BlockStatement",
                "start": 6876,
                "end": 6907,
                "loc": {
                  "start": {
                    "line": 162,
                    "column": 11
                  },
                  "end": {
                    "line": 164,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 6886,
                    "end": 6901,
                    "loc": {
                      "start": {
                        "line": 163,
                        "column": 8
                      },
                      "end": {
                        "line": 163,
                        "column": 23
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 6893,
                      "end": 6901,
                      "loc": {
                        "start": {
                          "line": 163,
                          "column": 15
                        },
                        "end": {
                          "line": 163,
                          "column": 23
                        },
                        "identifierName": "response"
                      },
                      "name": "response"
                    }
                  }
                ],
                "directives": []
              }
            }
          ],
          "directives": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * Search API.\n * @see https://docs.kkbox.codes/docs/search\n ",
      "start": 80,
      "end": 147,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @ignore\n     ",
      "start": 205,
      "end": 231,
      "loc": {
        "start": {
          "line": 9,
          "column": 4
        },
        "end": {
          "line": 11,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 314,
      "end": 348,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 400,
      "end": 434,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 11
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 471,
      "end": 505,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 11
        }
      }
    },
    {
      "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.available_territory - tracks and albums available territory.\n     * @return {Search}\n     * @example api.searchFetcher.setSearchCriteria('五月天 好好').filter({artist: '五月天'}).fetchSearchResult()\n     ",
      "start": 547,
      "end": 1127,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 42,
          "column": 7
        }
      }
    },
    {
      "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.kkbox.codes/docs/search\n     ",
      "start": 1394,
      "end": 1820,
      "loc": {
        "start": {
          "line": 54,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 7
        }
      }
    },
    {
      "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 api.searchFetcher.setSearchCriteria('五月天 好好').fetchSearchResult()\n     ",
      "start": 1949,
      "end": 2231,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 75,
          "column": 7
        }
      }
    }
  ],
  "tokens": [
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "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": 8,
      "end": 14,
      "loc": {
        "start": {
          "line": 1,
          "column": 8
        },
        "end": {
          "line": 1,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "as",
      "start": 15,
      "end": 17,
      "loc": {
        "start": {
          "line": 1,
          "column": 15
        },
        "end": {
          "line": 1,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENDPOINT",
      "start": 18,
      "end": 26,
      "loc": {
        "start": {
          "line": 1,
          "column": 18
        },
        "end": {
          "line": 1,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 26,
      "end": 27,
      "loc": {
        "start": {
          "line": 1,
          "column": 26
        },
        "end": {
          "line": 1,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "from",
      "start": 28,
      "end": 32,
      "loc": {
        "start": {
          "line": 1,
          "column": 28
        },
        "end": {
          "line": 1,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "../Endpoint",
      "start": 33,
      "end": 46,
      "loc": {
        "start": {
          "line": 1,
          "column": 33
        },
        "end": {
          "line": 1,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "import",
        "keyword": "import",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "import",
      "start": 47,
      "end": 53,
      "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": 54,
      "end": 61,
      "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": 62,
      "end": 66,
      "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": 67,
      "end": 78,
      "loc": {
        "start": {
          "line": 2,
          "column": 20
        },
        "end": {
          "line": 2,
          "column": 31
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n * Search API.\n * @see https://docs.kkbox.codes/docs/search\n ",
      "start": 80,
      "end": 147,
      "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": 148,
      "end": 154,
      "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": 155,
      "end": 162,
      "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": 163,
      "end": 168,
      "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": 169,
      "end": 182,
      "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": 183,
      "end": 190,
      "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": 191,
      "end": 198,
      "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": 199,
      "end": 200,
      "loc": {
        "start": {
          "line": 8,
          "column": 51
        },
        "end": {
          "line": 8,
          "column": 52
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @ignore\n     ",
      "start": 205,
      "end": 231,
      "loc": {
        "start": {
          "line": 9,
          "column": 4
        },
        "end": {
          "line": 11,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "constructor",
      "start": 236,
      "end": 247,
      "loc": {
        "start": {
          "line": 12,
          "column": 4
        },
        "end": {
          "line": 12,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 247,
      "end": 248,
      "loc": {
        "start": {
          "line": 12,
          "column": 15
        },
        "end": {
          "line": 12,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "http",
      "start": 248,
      "end": 252,
      "loc": {
        "start": {
          "line": 12,
          "column": 16
        },
        "end": {
          "line": 12,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 252,
      "end": 253,
      "loc": {
        "start": {
          "line": 12,
          "column": 20
        },
        "end": {
          "line": 12,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "territory",
      "start": 254,
      "end": 263,
      "loc": {
        "start": {
          "line": 12,
          "column": 22
        },
        "end": {
          "line": 12,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 264,
      "end": 265,
      "loc": {
        "start": {
          "line": 12,
          "column": 32
        },
        "end": {
          "line": 12,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "TW",
      "start": 266,
      "end": 270,
      "loc": {
        "start": {
          "line": 12,
          "column": 34
        },
        "end": {
          "line": 12,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 270,
      "end": 271,
      "loc": {
        "start": {
          "line": 12,
          "column": 38
        },
        "end": {
          "line": 12,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 272,
      "end": 273,
      "loc": {
        "start": {
          "line": 12,
          "column": 40
        },
        "end": {
          "line": 12,
          "column": 41
        }
      }
    },
    {
      "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": 282,
      "end": 287,
      "loc": {
        "start": {
          "line": 13,
          "column": 8
        },
        "end": {
          "line": 13,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 287,
      "end": 288,
      "loc": {
        "start": {
          "line": 13,
          "column": 13
        },
        "end": {
          "line": 13,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "http",
      "start": 288,
      "end": 292,
      "loc": {
        "start": {
          "line": 13,
          "column": 14
        },
        "end": {
          "line": 13,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 292,
      "end": 293,
      "loc": {
        "start": {
          "line": 13,
          "column": 18
        },
        "end": {
          "line": 13,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "territory",
      "start": 294,
      "end": 303,
      "loc": {
        "start": {
          "line": 13,
          "column": 20
        },
        "end": {
          "line": 13,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 303,
      "end": 304,
      "loc": {
        "start": {
          "line": 13,
          "column": 29
        },
        "end": {
          "line": 13,
          "column": 30
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 314,
      "end": 348,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "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": 357,
      "end": 361,
      "loc": {
        "start": {
          "line": 18,
          "column": 8
        },
        "end": {
          "line": 18,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 361,
      "end": 362,
      "loc": {
        "start": {
          "line": 18,
          "column": 12
        },
        "end": {
          "line": 18,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 362,
      "end": 378,
      "loc": {
        "start": {
          "line": 18,
          "column": 13
        },
        "end": {
          "line": 18,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 379,
      "end": 380,
      "loc": {
        "start": {
          "line": 18,
          "column": 30
        },
        "end": {
          "line": 18,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 381,
      "end": 390,
      "loc": {
        "start": {
          "line": 18,
          "column": 32
        },
        "end": {
          "line": 18,
          "column": 41
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 400,
      "end": 434,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 11
        }
      }
    },
    {
      "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": 443,
      "end": 447,
      "loc": {
        "start": {
          "line": 23,
          "column": 8
        },
        "end": {
          "line": 23,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 447,
      "end": 448,
      "loc": {
        "start": {
          "line": 23,
          "column": 12
        },
        "end": {
          "line": 23,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 448,
      "end": 449,
      "loc": {
        "start": {
          "line": 23,
          "column": 13
        },
        "end": {
          "line": 23,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 450,
      "end": 451,
      "loc": {
        "start": {
          "line": 23,
          "column": 15
        },
        "end": {
          "line": 23,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 452,
      "end": 461,
      "loc": {
        "start": {
          "line": 23,
          "column": 17
        },
        "end": {
          "line": 23,
          "column": 26
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 471,
      "end": 505,
      "loc": {
        "start": {
          "line": 25,
          "column": 8
        },
        "end": {
          "line": 27,
          "column": 11
        }
      }
    },
    {
      "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": 514,
      "end": 518,
      "loc": {
        "start": {
          "line": 28,
          "column": 8
        },
        "end": {
          "line": 28,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 518,
      "end": 519,
      "loc": {
        "start": {
          "line": 28,
          "column": 12
        },
        "end": {
          "line": 28,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 519,
      "end": 523,
      "loc": {
        "start": {
          "line": 28,
          "column": 13
        },
        "end": {
          "line": 28,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 524,
      "end": 525,
      "loc": {
        "start": {
          "line": 28,
          "column": 18
        },
        "end": {
          "line": 28,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 526,
      "end": 535,
      "loc": {
        "start": {
          "line": 28,
          "column": 20
        },
        "end": {
          "line": 28,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 540,
      "end": 541,
      "loc": {
        "start": {
          "line": 29,
          "column": 4
        },
        "end": {
          "line": 29,
          "column": 5
        }
      }
    },
    {
      "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.available_territory - tracks and albums available territory.\n     * @return {Search}\n     * @example api.searchFetcher.setSearchCriteria('五月天 好好').filter({artist: '五月天'}).fetchSearchResult()\n     ",
      "start": 547,
      "end": 1127,
      "loc": {
        "start": {
          "line": 31,
          "column": 4
        },
        "end": {
          "line": 42,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 1132,
      "end": 1138,
      "loc": {
        "start": {
          "line": 43,
          "column": 4
        },
        "end": {
          "line": 43,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1138,
      "end": 1139,
      "loc": {
        "start": {
          "line": 43,
          "column": 10
        },
        "end": {
          "line": 43,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditions",
      "start": 1139,
      "end": 1149,
      "loc": {
        "start": {
          "line": 43,
          "column": 11
        },
        "end": {
          "line": 43,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1150,
      "end": 1151,
      "loc": {
        "start": {
          "line": 43,
          "column": 22
        },
        "end": {
          "line": 43,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1152,
      "end": 1153,
      "loc": {
        "start": {
          "line": 43,
          "column": 24
        },
        "end": {
          "line": 43,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 1162,
      "end": 1167,
      "loc": {
        "start": {
          "line": 44,
          "column": 8
        },
        "end": {
          "line": 44,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1168,
      "end": 1169,
      "loc": {
        "start": {
          "line": 44,
          "column": 14
        },
        "end": {
          "line": 44,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1170,
      "end": 1179,
      "loc": {
        "start": {
          "line": 44,
          "column": 16
        },
        "end": {
          "line": 44,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1179,
      "end": 1180,
      "loc": {
        "start": {
          "line": 44,
          "column": 25
        },
        "end": {
          "line": 44,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 1189,
      "end": 1194,
      "loc": {
        "start": {
          "line": 45,
          "column": 8
        },
        "end": {
          "line": 45,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1195,
      "end": 1196,
      "loc": {
        "start": {
          "line": 45,
          "column": 14
        },
        "end": {
          "line": 45,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1197,
      "end": 1206,
      "loc": {
        "start": {
          "line": 45,
          "column": 16
        },
        "end": {
          "line": 45,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1206,
      "end": 1207,
      "loc": {
        "start": {
          "line": 45,
          "column": 25
        },
        "end": {
          "line": 45,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 1216,
      "end": 1222,
      "loc": {
        "start": {
          "line": 46,
          "column": 8
        },
        "end": {
          "line": 46,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1223,
      "end": 1224,
      "loc": {
        "start": {
          "line": 46,
          "column": 15
        },
        "end": {
          "line": 46,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1225,
      "end": 1234,
      "loc": {
        "start": {
          "line": 46,
          "column": 17
        },
        "end": {
          "line": 46,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1234,
      "end": 1235,
      "loc": {
        "start": {
          "line": 46,
          "column": 26
        },
        "end": {
          "line": 46,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 1244,
      "end": 1252,
      "loc": {
        "start": {
          "line": 47,
          "column": 8
        },
        "end": {
          "line": 47,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1253,
      "end": 1254,
      "loc": {
        "start": {
          "line": 47,
          "column": 17
        },
        "end": {
          "line": 47,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1255,
      "end": 1264,
      "loc": {
        "start": {
          "line": 47,
          "column": 19
        },
        "end": {
          "line": 47,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1264,
      "end": 1265,
      "loc": {
        "start": {
          "line": 47,
          "column": 28
        },
        "end": {
          "line": 47,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "available_territory",
      "start": 1274,
      "end": 1293,
      "loc": {
        "start": {
          "line": 48,
          "column": 8
        },
        "end": {
          "line": 48,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1294,
      "end": 1295,
      "loc": {
        "start": {
          "line": 48,
          "column": 28
        },
        "end": {
          "line": 48,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1296,
      "end": 1305,
      "loc": {
        "start": {
          "line": 48,
          "column": 30
        },
        "end": {
          "line": 48,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1310,
      "end": 1311,
      "loc": {
        "start": {
          "line": 49,
          "column": 4
        },
        "end": {
          "line": 49,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1312,
      "end": 1313,
      "loc": {
        "start": {
          "line": 49,
          "column": 6
        },
        "end": {
          "line": 49,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1314,
      "end": 1315,
      "loc": {
        "start": {
          "line": 49,
          "column": 8
        },
        "end": {
          "line": 49,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1315,
      "end": 1316,
      "loc": {
        "start": {
          "line": 49,
          "column": 9
        },
        "end": {
          "line": 49,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1316,
      "end": 1317,
      "loc": {
        "start": {
          "line": 49,
          "column": 10
        },
        "end": {
          "line": 49,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1318,
      "end": 1319,
      "loc": {
        "start": {
          "line": 49,
          "column": 12
        },
        "end": {
          "line": 49,
          "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": 1328,
      "end": 1332,
      "loc": {
        "start": {
          "line": 50,
          "column": 8
        },
        "end": {
          "line": 50,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1332,
      "end": 1333,
      "loc": {
        "start": {
          "line": 50,
          "column": 12
        },
        "end": {
          "line": 50,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 1333,
      "end": 1349,
      "loc": {
        "start": {
          "line": 50,
          "column": 13
        },
        "end": {
          "line": 50,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1350,
      "end": 1351,
      "loc": {
        "start": {
          "line": 50,
          "column": 30
        },
        "end": {
          "line": 50,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "conditions",
      "start": 1352,
      "end": 1362,
      "loc": {
        "start": {
          "line": 50,
          "column": 32
        },
        "end": {
          "line": 50,
          "column": 42
        }
      }
    },
    {
      "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": 1371,
      "end": 1377,
      "loc": {
        "start": {
          "line": 51,
          "column": 8
        },
        "end": {
          "line": 51,
          "column": 14
        }
      }
    },
    {
      "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": 1378,
      "end": 1382,
      "loc": {
        "start": {
          "line": 51,
          "column": 15
        },
        "end": {
          "line": 51,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1387,
      "end": 1388,
      "loc": {
        "start": {
          "line": 52,
          "column": 4
        },
        "end": {
          "line": 52,
          "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.kkbox.codes/docs/search\n     ",
      "start": 1394,
      "end": 1820,
      "loc": {
        "start": {
          "line": 54,
          "column": 4
        },
        "end": {
          "line": 61,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "setSearchCriteria",
      "start": 1825,
      "end": 1842,
      "loc": {
        "start": {
          "line": 62,
          "column": 4
        },
        "end": {
          "line": 62,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1842,
      "end": 1843,
      "loc": {
        "start": {
          "line": 62,
          "column": 21
        },
        "end": {
          "line": 62,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 1843,
      "end": 1844,
      "loc": {
        "start": {
          "line": 62,
          "column": 22
        },
        "end": {
          "line": 62,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1844,
      "end": 1845,
      "loc": {
        "start": {
          "line": 62,
          "column": 23
        },
        "end": {
          "line": 62,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1846,
      "end": 1850,
      "loc": {
        "start": {
          "line": 62,
          "column": 25
        },
        "end": {
          "line": 62,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1851,
      "end": 1852,
      "loc": {
        "start": {
          "line": 62,
          "column": 30
        },
        "end": {
          "line": 62,
          "column": 31
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 1853,
      "end": 1862,
      "loc": {
        "start": {
          "line": 62,
          "column": 32
        },
        "end": {
          "line": 62,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1862,
      "end": 1863,
      "loc": {
        "start": {
          "line": 62,
          "column": 41
        },
        "end": {
          "line": 62,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1864,
      "end": 1865,
      "loc": {
        "start": {
          "line": 62,
          "column": 43
        },
        "end": {
          "line": 62,
          "column": 44
        }
      }
    },
    {
      "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": 1874,
      "end": 1878,
      "loc": {
        "start": {
          "line": 63,
          "column": 8
        },
        "end": {
          "line": 63,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1878,
      "end": 1879,
      "loc": {
        "start": {
          "line": 63,
          "column": 12
        },
        "end": {
          "line": 63,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 1879,
      "end": 1880,
      "loc": {
        "start": {
          "line": 63,
          "column": 13
        },
        "end": {
          "line": 63,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1881,
      "end": 1882,
      "loc": {
        "start": {
          "line": 63,
          "column": 15
        },
        "end": {
          "line": 63,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 1883,
      "end": 1884,
      "loc": {
        "start": {
          "line": 63,
          "column": 17
        },
        "end": {
          "line": 63,
          "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": 1893,
      "end": 1897,
      "loc": {
        "start": {
          "line": 64,
          "column": 8
        },
        "end": {
          "line": 64,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 1897,
      "end": 1898,
      "loc": {
        "start": {
          "line": 64,
          "column": 12
        },
        "end": {
          "line": 64,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1898,
      "end": 1902,
      "loc": {
        "start": {
          "line": 64,
          "column": 13
        },
        "end": {
          "line": 64,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 1903,
      "end": 1904,
      "loc": {
        "start": {
          "line": 64,
          "column": 18
        },
        "end": {
          "line": 64,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 1905,
      "end": 1909,
      "loc": {
        "start": {
          "line": 64,
          "column": 20
        },
        "end": {
          "line": 64,
          "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": 1926,
      "end": 1932,
      "loc": {
        "start": {
          "line": 65,
          "column": 8
        },
        "end": {
          "line": 65,
          "column": 14
        }
      }
    },
    {
      "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": 1933,
      "end": 1937,
      "loc": {
        "start": {
          "line": 65,
          "column": 15
        },
        "end": {
          "line": 65,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 1942,
      "end": 1943,
      "loc": {
        "start": {
          "line": 66,
          "column": 4
        },
        "end": {
          "line": 66,
          "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 api.searchFetcher.setSearchCriteria('五月天 好好').fetchSearchResult()\n     ",
      "start": 1949,
      "end": 2231,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 75,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fetchSearchResult",
      "start": 2236,
      "end": 2253,
      "loc": {
        "start": {
          "line": 76,
          "column": 4
        },
        "end": {
          "line": 76,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2253,
      "end": 2254,
      "loc": {
        "start": {
          "line": 76,
          "column": 21
        },
        "end": {
          "line": 76,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 2254,
      "end": 2259,
      "loc": {
        "start": {
          "line": 76,
          "column": 22
        },
        "end": {
          "line": 76,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2260,
      "end": 2261,
      "loc": {
        "start": {
          "line": 76,
          "column": 28
        },
        "end": {
          "line": 76,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2262,
      "end": 2271,
      "loc": {
        "start": {
          "line": 76,
          "column": 30
        },
        "end": {
          "line": 76,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2271,
      "end": 2272,
      "loc": {
        "start": {
          "line": 76,
          "column": 39
        },
        "end": {
          "line": 76,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 2273,
      "end": 2279,
      "loc": {
        "start": {
          "line": 76,
          "column": 41
        },
        "end": {
          "line": 76,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2280,
      "end": 2281,
      "loc": {
        "start": {
          "line": 76,
          "column": 48
        },
        "end": {
          "line": 76,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2282,
      "end": 2291,
      "loc": {
        "start": {
          "line": 76,
          "column": 50
        },
        "end": {
          "line": 76,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2291,
      "end": 2292,
      "loc": {
        "start": {
          "line": 76,
          "column": 59
        },
        "end": {
          "line": 76,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2293,
      "end": 2294,
      "loc": {
        "start": {
          "line": 76,
          "column": 61
        },
        "end": {
          "line": 76,
          "column": 62
        }
      }
    },
    {
      "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": 2303,
      "end": 2309,
      "loc": {
        "start": {
          "line": 77,
          "column": 8
        },
        "end": {
          "line": 77,
          "column": 14
        }
      }
    },
    {
      "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": 2310,
      "end": 2314,
      "loc": {
        "start": {
          "line": 77,
          "column": 15
        },
        "end": {
          "line": 77,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2314,
      "end": 2315,
      "loc": {
        "start": {
          "line": 77,
          "column": 19
        },
        "end": {
          "line": 77,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "http",
      "start": 2315,
      "end": 2319,
      "loc": {
        "start": {
          "line": 77,
          "column": 20
        },
        "end": {
          "line": 77,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2319,
      "end": 2320,
      "loc": {
        "start": {
          "line": 77,
          "column": 24
        },
        "end": {
          "line": 77,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 2320,
      "end": 2323,
      "loc": {
        "start": {
          "line": 77,
          "column": 25
        },
        "end": {
          "line": 77,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2323,
      "end": 2324,
      "loc": {
        "start": {
          "line": 77,
          "column": 28
        },
        "end": {
          "line": 77,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENDPOINT",
      "start": 2324,
      "end": 2332,
      "loc": {
        "start": {
          "line": 77,
          "column": 29
        },
        "end": {
          "line": 77,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2332,
      "end": 2333,
      "loc": {
        "start": {
          "line": 77,
          "column": 37
        },
        "end": {
          "line": 77,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2334,
      "end": 2335,
      "loc": {
        "start": {
          "line": 77,
          "column": 39
        },
        "end": {
          "line": 77,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 2348,
      "end": 2349,
      "loc": {
        "start": {
          "line": 78,
          "column": 12
        },
        "end": {
          "line": 78,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2349,
      "end": 2350,
      "loc": {
        "start": {
          "line": 78,
          "column": 13
        },
        "end": {
          "line": 78,
          "column": 14
        }
      }
    },
    {
      "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": 2351,
      "end": 2355,
      "loc": {
        "start": {
          "line": 78,
          "column": 15
        },
        "end": {
          "line": 78,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2355,
      "end": 2356,
      "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": "q",
      "start": 2356,
      "end": 2357,
      "loc": {
        "start": {
          "line": 78,
          "column": 20
        },
        "end": {
          "line": 78,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2357,
      "end": 2358,
      "loc": {
        "start": {
          "line": 78,
          "column": 21
        },
        "end": {
          "line": 78,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2371,
      "end": 2375,
      "loc": {
        "start": {
          "line": 79,
          "column": 12
        },
        "end": {
          "line": 79,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2375,
      "end": 2376,
      "loc": {
        "start": {
          "line": 79,
          "column": 16
        },
        "end": {
          "line": 79,
          "column": 17
        }
      }
    },
    {
      "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": 2377,
      "end": 2381,
      "loc": {
        "start": {
          "line": 79,
          "column": 18
        },
        "end": {
          "line": 79,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2381,
      "end": 2382,
      "loc": {
        "start": {
          "line": 79,
          "column": 22
        },
        "end": {
          "line": 79,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2382,
      "end": 2386,
      "loc": {
        "start": {
          "line": 79,
          "column": 23
        },
        "end": {
          "line": 79,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2386,
      "end": 2387,
      "loc": {
        "start": {
          "line": 79,
          "column": 27
        },
        "end": {
          "line": 79,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "territory",
      "start": 2400,
      "end": 2409,
      "loc": {
        "start": {
          "line": 80,
          "column": 12
        },
        "end": {
          "line": 80,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2409,
      "end": 2410,
      "loc": {
        "start": {
          "line": 80,
          "column": 21
        },
        "end": {
          "line": 80,
          "column": 22
        }
      }
    },
    {
      "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": 2411,
      "end": 2415,
      "loc": {
        "start": {
          "line": 80,
          "column": 23
        },
        "end": {
          "line": 80,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2415,
      "end": 2416,
      "loc": {
        "start": {
          "line": 80,
          "column": 27
        },
        "end": {
          "line": 80,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "territory",
      "start": 2416,
      "end": 2425,
      "loc": {
        "start": {
          "line": 80,
          "column": 28
        },
        "end": {
          "line": 80,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2425,
      "end": 2426,
      "loc": {
        "start": {
          "line": 80,
          "column": 37
        },
        "end": {
          "line": 80,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 2439,
      "end": 2444,
      "loc": {
        "start": {
          "line": 81,
          "column": 12
        },
        "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": 2444,
      "end": 2445,
      "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": "limit",
      "start": 2446,
      "end": 2451,
      "loc": {
        "start": {
          "line": 81,
          "column": 19
        },
        "end": {
          "line": 81,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2451,
      "end": 2452,
      "loc": {
        "start": {
          "line": 81,
          "column": 24
        },
        "end": {
          "line": 81,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 2465,
      "end": 2471,
      "loc": {
        "start": {
          "line": 82,
          "column": 12
        },
        "end": {
          "line": 82,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2471,
      "end": 2472,
      "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": "offset",
      "start": 2473,
      "end": 2479,
      "loc": {
        "start": {
          "line": 82,
          "column": 20
        },
        "end": {
          "line": 82,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2500,
      "end": 2501,
      "loc": {
        "start": {
          "line": 83,
          "column": 8
        },
        "end": {
          "line": 83,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2501,
      "end": 2502,
      "loc": {
        "start": {
          "line": 83,
          "column": 9
        },
        "end": {
          "line": 83,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2502,
      "end": 2503,
      "loc": {
        "start": {
          "line": 83,
          "column": 10
        },
        "end": {
          "line": 83,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 2503,
      "end": 2507,
      "loc": {
        "start": {
          "line": 83,
          "column": 11
        },
        "end": {
          "line": 83,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2507,
      "end": 2508,
      "loc": {
        "start": {
          "line": 83,
          "column": 15
        },
        "end": {
          "line": 83,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "doFilter",
      "start": 2508,
      "end": 2516,
      "loc": {
        "start": {
          "line": 83,
          "column": 16
        },
        "end": {
          "line": 83,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2516,
      "end": 2517,
      "loc": {
        "start": {
          "line": 83,
          "column": 24
        },
        "end": {
          "line": 83,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 2517,
      "end": 2521,
      "loc": {
        "start": {
          "line": 83,
          "column": 25
        },
        "end": {
          "line": 83,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2521,
      "end": 2522,
      "loc": {
        "start": {
          "line": 83,
          "column": 29
        },
        "end": {
          "line": 83,
          "column": 30
        }
      }
    },
    {
      "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": 2522,
      "end": 2526,
      "loc": {
        "start": {
          "line": 83,
          "column": 30
        },
        "end": {
          "line": 83,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2526,
      "end": 2527,
      "loc": {
        "start": {
          "line": 83,
          "column": 34
        },
        "end": {
          "line": 83,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2527,
      "end": 2528,
      "loc": {
        "start": {
          "line": 83,
          "column": 35
        },
        "end": {
          "line": 83,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2533,
      "end": 2534,
      "loc": {
        "start": {
          "line": 84,
          "column": 4
        },
        "end": {
          "line": 84,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2535,
      "end": 2536,
      "loc": {
        "start": {
          "line": 85,
          "column": 0
        },
        "end": {
          "line": 85,
          "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": 2538,
      "end": 2546,
      "loc": {
        "start": {
          "line": 87,
          "column": 0
        },
        "end": {
          "line": 87,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "doFilter",
      "start": 2547,
      "end": 2555,
      "loc": {
        "start": {
          "line": 87,
          "column": 9
        },
        "end": {
          "line": 87,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2555,
      "end": 2556,
      "loc": {
        "start": {
          "line": 87,
          "column": 17
        },
        "end": {
          "line": 87,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2556,
      "end": 2564,
      "loc": {
        "start": {
          "line": 87,
          "column": 18
        },
        "end": {
          "line": 87,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2564,
      "end": 2565,
      "loc": {
        "start": {
          "line": 87,
          "column": 26
        },
        "end": {
          "line": 87,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2566,
      "end": 2567,
      "loc": {
        "start": {
          "line": 87,
          "column": 28
        },
        "end": {
          "line": 87,
          "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": 2572,
      "end": 2574,
      "loc": {
        "start": {
          "line": 88,
          "column": 4
        },
        "end": {
          "line": 88,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2575,
      "end": 2576,
      "loc": {
        "start": {
          "line": 88,
          "column": 7
        },
        "end": {
          "line": 88,
          "column": 8
        }
      }
    },
    {
      "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": 2576,
      "end": 2580,
      "loc": {
        "start": {
          "line": 88,
          "column": 8
        },
        "end": {
          "line": 88,
          "column": 12
        }
      }
    },
    {
      "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": 88,
          "column": 12
        },
        "end": {
          "line": 88,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 2581,
      "end": 2597,
      "loc": {
        "start": {
          "line": 88,
          "column": 13
        },
        "end": {
          "line": 88,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2598,
      "end": 2601,
      "loc": {
        "start": {
          "line": 88,
          "column": 30
        },
        "end": {
          "line": 88,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2602,
      "end": 2611,
      "loc": {
        "start": {
          "line": 88,
          "column": 34
        },
        "end": {
          "line": 88,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2611,
      "end": 2612,
      "loc": {
        "start": {
          "line": 88,
          "column": 43
        },
        "end": {
          "line": 88,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2613,
      "end": 2614,
      "loc": {
        "start": {
          "line": 88,
          "column": 45
        },
        "end": {
          "line": 88,
          "column": 46
        }
      }
    },
    {
      "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": 2623,
      "end": 2628,
      "loc": {
        "start": {
          "line": 89,
          "column": 8
        },
        "end": {
          "line": 89,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2629,
      "end": 2633,
      "loc": {
        "start": {
          "line": 89,
          "column": 14
        },
        "end": {
          "line": 89,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2634,
      "end": 2635,
      "loc": {
        "start": {
          "line": 89,
          "column": 19
        },
        "end": {
          "line": 89,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 2636,
      "end": 2642,
      "loc": {
        "start": {
          "line": 89,
          "column": 21
        },
        "end": {
          "line": 89,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2642,
      "end": 2643,
      "loc": {
        "start": {
          "line": 89,
          "column": 27
        },
        "end": {
          "line": 89,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 2643,
      "end": 2647,
      "loc": {
        "start": {
          "line": 89,
          "column": 28
        },
        "end": {
          "line": 89,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2647,
      "end": 2648,
      "loc": {
        "start": {
          "line": 89,
          "column": 32
        },
        "end": {
          "line": 89,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2648,
      "end": 2656,
      "loc": {
        "start": {
          "line": 89,
          "column": 33
        },
        "end": {
          "line": 89,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2656,
      "end": 2657,
      "loc": {
        "start": {
          "line": 89,
          "column": 41
        },
        "end": {
          "line": 89,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2657,
      "end": 2661,
      "loc": {
        "start": {
          "line": 89,
          "column": 42
        },
        "end": {
          "line": 89,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2661,
      "end": 2662,
      "loc": {
        "start": {
          "line": 89,
          "column": 46
        },
        "end": {
          "line": 89,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2662,
      "end": 2663,
      "loc": {
        "start": {
          "line": 89,
          "column": 47
        },
        "end": {
          "line": 89,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 2663,
      "end": 2666,
      "loc": {
        "start": {
          "line": 89,
          "column": 48
        },
        "end": {
          "line": 89,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2666,
      "end": 2667,
      "loc": {
        "start": {
          "line": 89,
          "column": 51
        },
        "end": {
          "line": 89,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2667,
      "end": 2670,
      "loc": {
        "start": {
          "line": 89,
          "column": 52
        },
        "end": {
          "line": 89,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2671,
      "end": 2673,
      "loc": {
        "start": {
          "line": 89,
          "column": 56
        },
        "end": {
          "line": 89,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2674,
      "end": 2675,
      "loc": {
        "start": {
          "line": 89,
          "column": 59
        },
        "end": {
          "line": 89,
          "column": 60
        }
      }
    },
    {
      "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": 2688,
      "end": 2694,
      "loc": {
        "start": {
          "line": 90,
          "column": 12
        },
        "end": {
          "line": 90,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2695,
      "end": 2696,
      "loc": {
        "start": {
          "line": 90,
          "column": 19
        },
        "end": {
          "line": 90,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2696,
      "end": 2699,
      "loc": {
        "start": {
          "line": 90,
          "column": 20
        },
        "end": {
          "line": 90,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2699,
      "end": 2700,
      "loc": {
        "start": {
          "line": 90,
          "column": 23
        },
        "end": {
          "line": 90,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2701,
      "end": 2702,
      "loc": {
        "start": {
          "line": 90,
          "column": 25
        },
        "end": {
          "line": 90,
          "column": 26
        }
      }
    },
    {
      "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": 2719,
      "end": 2723,
      "loc": {
        "start": {
          "line": 91,
          "column": 16
        },
        "end": {
          "line": 91,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "tracks",
      "start": 2724,
      "end": 2732,
      "loc": {
        "start": {
          "line": 91,
          "column": 21
        },
        "end": {
          "line": 91,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2732,
      "end": 2733,
      "loc": {
        "start": {
          "line": 91,
          "column": 29
        },
        "end": {
          "line": 91,
          "column": 30
        }
      }
    },
    {
      "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": 2754,
      "end": 2760,
      "loc": {
        "start": {
          "line": 92,
          "column": 20
        },
        "end": {
          "line": 92,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2761,
      "end": 2762,
      "loc": {
        "start": {
          "line": 92,
          "column": 27
        },
        "end": {
          "line": 92,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2787,
      "end": 2788,
      "loc": {
        "start": {
          "line": 93,
          "column": 24
        },
        "end": {
          "line": 93,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2788,
      "end": 2791,
      "loc": {
        "start": {
          "line": 93,
          "column": 25
        },
        "end": {
          "line": 93,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2791,
      "end": 2792,
      "loc": {
        "start": {
          "line": 93,
          "column": 28
        },
        "end": {
          "line": 93,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2792,
      "end": 2793,
      "loc": {
        "start": {
          "line": 93,
          "column": 29
        },
        "end": {
          "line": 93,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 2794,
      "end": 2800,
      "loc": {
        "start": {
          "line": 93,
          "column": 31
        },
        "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": 2800,
      "end": 2801,
      "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": "assign",
      "start": 2801,
      "end": 2807,
      "loc": {
        "start": {
          "line": 93,
          "column": 38
        },
        "end": {
          "line": 93,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2807,
      "end": 2808,
      "loc": {
        "start": {
          "line": 93,
          "column": 44
        },
        "end": {
          "line": 93,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2808,
      "end": 2816,
      "loc": {
        "start": {
          "line": 93,
          "column": 45
        },
        "end": {
          "line": 93,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2816,
      "end": 2817,
      "loc": {
        "start": {
          "line": 93,
          "column": 53
        },
        "end": {
          "line": 93,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2817,
      "end": 2821,
      "loc": {
        "start": {
          "line": 93,
          "column": 54
        },
        "end": {
          "line": 93,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2821,
      "end": 2822,
      "loc": {
        "start": {
          "line": 93,
          "column": 58
        },
        "end": {
          "line": 93,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2822,
      "end": 2825,
      "loc": {
        "start": {
          "line": 93,
          "column": 59
        },
        "end": {
          "line": 93,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2825,
      "end": 2826,
      "loc": {
        "start": {
          "line": 93,
          "column": 62
        },
        "end": {
          "line": 93,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2826,
      "end": 2827,
      "loc": {
        "start": {
          "line": 93,
          "column": 63
        },
        "end": {
          "line": 93,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2828,
      "end": 2829,
      "loc": {
        "start": {
          "line": 93,
          "column": 65
        },
        "end": {
          "line": 93,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2858,
      "end": 2862,
      "loc": {
        "start": {
          "line": 94,
          "column": 28
        },
        "end": {
          "line": 94,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2862,
      "end": 2863,
      "loc": {
        "start": {
          "line": 94,
          "column": 32
        },
        "end": {
          "line": 94,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2864,
      "end": 2872,
      "loc": {
        "start": {
          "line": 94,
          "column": 34
        },
        "end": {
          "line": 94,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2872,
      "end": 2873,
      "loc": {
        "start": {
          "line": 94,
          "column": 42
        },
        "end": {
          "line": 94,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2873,
      "end": 2877,
      "loc": {
        "start": {
          "line": 94,
          "column": 43
        },
        "end": {
          "line": 94,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2877,
      "end": 2878,
      "loc": {
        "start": {
          "line": 94,
          "column": 47
        },
        "end": {
          "line": 94,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2878,
      "end": 2881,
      "loc": {
        "start": {
          "line": 94,
          "column": 48
        },
        "end": {
          "line": 94,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2881,
      "end": 2882,
      "loc": {
        "start": {
          "line": 94,
          "column": 51
        },
        "end": {
          "line": 94,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2882,
      "end": 2883,
      "loc": {
        "start": {
          "line": 94,
          "column": 52
        },
        "end": {
          "line": 94,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2883,
      "end": 2887,
      "loc": {
        "start": {
          "line": 94,
          "column": 53
        },
        "end": {
          "line": 94,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2920,
      "end": 2921,
      "loc": {
        "start": {
          "line": 95,
          "column": 32
        },
        "end": {
          "line": 95,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 2921,
      "end": 2927,
      "loc": {
        "start": {
          "line": 95,
          "column": 33
        },
        "end": {
          "line": 95,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2927,
      "end": 2928,
      "loc": {
        "start": {
          "line": 95,
          "column": 39
        },
        "end": {
          "line": 95,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 2928,
      "end": 2933,
      "loc": {
        "start": {
          "line": 95,
          "column": 40
        },
        "end": {
          "line": 95,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2934,
      "end": 2936,
      "loc": {
        "start": {
          "line": 95,
          "column": 46
        },
        "end": {
          "line": 95,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2937,
      "end": 2938,
      "loc": {
        "start": {
          "line": 95,
          "column": 49
        },
        "end": {
          "line": 95,
          "column": 50
        }
      }
    },
    {
      "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": 2975,
      "end": 2977,
      "loc": {
        "start": {
          "line": 96,
          "column": 36
        },
        "end": {
          "line": 96,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2978,
      "end": 2979,
      "loc": {
        "start": {
          "line": 96,
          "column": 39
        },
        "end": {
          "line": 96,
          "column": 40
        }
      }
    },
    {
      "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": 2979,
      "end": 2983,
      "loc": {
        "start": {
          "line": 96,
          "column": 40
        },
        "end": {
          "line": 96,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2983,
      "end": 2984,
      "loc": {
        "start": {
          "line": 96,
          "column": 44
        },
        "end": {
          "line": 96,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 2984,
      "end": 3000,
      "loc": {
        "start": {
          "line": 96,
          "column": 45
        },
        "end": {
          "line": 96,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3000,
      "end": 3001,
      "loc": {
        "start": {
          "line": 96,
          "column": 61
        },
        "end": {
          "line": 96,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "available_territory",
      "start": 3001,
      "end": 3020,
      "loc": {
        "start": {
          "line": 96,
          "column": 62
        },
        "end": {
          "line": 96,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3021,
      "end": 3024,
      "loc": {
        "start": {
          "line": 96,
          "column": 82
        },
        "end": {
          "line": 96,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3025,
      "end": 3034,
      "loc": {
        "start": {
          "line": 96,
          "column": 86
        },
        "end": {
          "line": 96,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3035,
      "end": 3037,
      "loc": {
        "start": {
          "line": 96,
          "column": 96
        },
        "end": {
          "line": 96,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3078,
      "end": 3079,
      "loc": {
        "start": {
          "line": 97,
          "column": 40
        },
        "end": {
          "line": 97,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3079,
      "end": 3084,
      "loc": {
        "start": {
          "line": 97,
          "column": 41
        },
        "end": {
          "line": 97,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3084,
      "end": 3085,
      "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": "available_territories",
      "start": 3085,
      "end": 3106,
      "loc": {
        "start": {
          "line": 97,
          "column": 47
        },
        "end": {
          "line": 97,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3106,
      "end": 3107,
      "loc": {
        "start": {
          "line": 97,
          "column": 68
        },
        "end": {
          "line": 97,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 3107,
      "end": 3115,
      "loc": {
        "start": {
          "line": 97,
          "column": 69
        },
        "end": {
          "line": 97,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3115,
      "end": 3116,
      "loc": {
        "start": {
          "line": 97,
          "column": 77
        },
        "end": {
          "line": 97,
          "column": 78
        }
      }
    },
    {
      "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": 3116,
      "end": 3120,
      "loc": {
        "start": {
          "line": 97,
          "column": 78
        },
        "end": {
          "line": 97,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3120,
      "end": 3121,
      "loc": {
        "start": {
          "line": 97,
          "column": 82
        },
        "end": {
          "line": 97,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3121,
      "end": 3137,
      "loc": {
        "start": {
          "line": 97,
          "column": 83
        },
        "end": {
          "line": 97,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3137,
      "end": 3138,
      "loc": {
        "start": {
          "line": 97,
          "column": 99
        },
        "end": {
          "line": 97,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "available_territory",
      "start": 3138,
      "end": 3157,
      "loc": {
        "start": {
          "line": 97,
          "column": 100
        },
        "end": {
          "line": 97,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3157,
      "end": 3158,
      "loc": {
        "start": {
          "line": 97,
          "column": 119
        },
        "end": {
          "line": 97,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3158,
      "end": 3159,
      "loc": {
        "start": {
          "line": 97,
          "column": 120
        },
        "end": {
          "line": 97,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3160,
      "end": 3161,
      "loc": {
        "start": {
          "line": 97,
          "column": 122
        },
        "end": {
          "line": 97,
          "column": 123
        }
      }
    },
    {
      "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": 3202,
      "end": 3208,
      "loc": {
        "start": {
          "line": 98,
          "column": 40
        },
        "end": {
          "line": 98,
          "column": 46
        }
      }
    },
    {
      "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": 3209,
      "end": 3214,
      "loc": {
        "start": {
          "line": 98,
          "column": 47
        },
        "end": {
          "line": 98,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3251,
      "end": 3252,
      "loc": {
        "start": {
          "line": 99,
          "column": 36
        },
        "end": {
          "line": 99,
          "column": 37
        }
      }
    },
    {
      "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": 3289,
      "end": 3291,
      "loc": {
        "start": {
          "line": 100,
          "column": 36
        },
        "end": {
          "line": 100,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3292,
      "end": 3293,
      "loc": {
        "start": {
          "line": 100,
          "column": 39
        },
        "end": {
          "line": 100,
          "column": 40
        }
      }
    },
    {
      "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": 3293,
      "end": 3297,
      "loc": {
        "start": {
          "line": 100,
          "column": 40
        },
        "end": {
          "line": 100,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3297,
      "end": 3298,
      "loc": {
        "start": {
          "line": 100,
          "column": 44
        },
        "end": {
          "line": 100,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3298,
      "end": 3314,
      "loc": {
        "start": {
          "line": 100,
          "column": 45
        },
        "end": {
          "line": 100,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3314,
      "end": 3315,
      "loc": {
        "start": {
          "line": 100,
          "column": 61
        },
        "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": "track",
      "start": 3315,
      "end": 3320,
      "loc": {
        "start": {
          "line": 100,
          "column": 62
        },
        "end": {
          "line": 100,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3321,
      "end": 3324,
      "loc": {
        "start": {
          "line": 100,
          "column": 68
        },
        "end": {
          "line": 100,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3325,
      "end": 3334,
      "loc": {
        "start": {
          "line": 100,
          "column": 72
        },
        "end": {
          "line": 100,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3335,
      "end": 3337,
      "loc": {
        "start": {
          "line": 100,
          "column": 82
        },
        "end": {
          "line": 100,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3378,
      "end": 3379,
      "loc": {
        "start": {
          "line": 101,
          "column": 40
        },
        "end": {
          "line": 101,
          "column": 41
        }
      }
    },
    {
      "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": 3379,
      "end": 3382,
      "loc": {
        "start": {
          "line": 101,
          "column": 41
        },
        "end": {
          "line": 101,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 3383,
      "end": 3389,
      "loc": {
        "start": {
          "line": 101,
          "column": 45
        },
        "end": {
          "line": 101,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3389,
      "end": 3390,
      "loc": {
        "start": {
          "line": 101,
          "column": 51
        },
        "end": {
          "line": 101,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 3390,
      "end": 3394,
      "loc": {
        "start": {
          "line": 101,
          "column": 52
        },
        "end": {
          "line": 101,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3395,
      "end": 3396,
      "loc": {
        "start": {
          "line": 101,
          "column": 57
        },
        "end": {
          "line": 101,
          "column": 58
        }
      }
    },
    {
      "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": 3397,
      "end": 3401,
      "loc": {
        "start": {
          "line": 101,
          "column": 59
        },
        "end": {
          "line": 101,
          "column": 63
        }
      }
    },
    {
      "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": 101,
          "column": 63
        },
        "end": {
          "line": 101,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3402,
      "end": 3418,
      "loc": {
        "start": {
          "line": 101,
          "column": 64
        },
        "end": {
          "line": 101,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3418,
      "end": 3419,
      "loc": {
        "start": {
          "line": 101,
          "column": 80
        },
        "end": {
          "line": 101,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3419,
      "end": 3424,
      "loc": {
        "start": {
          "line": 101,
          "column": 81
        },
        "end": {
          "line": 101,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3425,
      "end": 3426,
      "loc": {
        "start": {
          "line": 101,
          "column": 87
        },
        "end": {
          "line": 101,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 3427,
      "end": 3431,
      "loc": {
        "start": {
          "line": 101,
          "column": 89
        },
        "end": {
          "line": 101,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3431,
      "end": 3432,
      "loc": {
        "start": {
          "line": 101,
          "column": 93
        },
        "end": {
          "line": 101,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3432,
      "end": 3433,
      "loc": {
        "start": {
          "line": 101,
          "column": 94
        },
        "end": {
          "line": 101,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 3433,
      "end": 3437,
      "loc": {
        "start": {
          "line": 101,
          "column": 95
        },
        "end": {
          "line": 101,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3437,
      "end": 3438,
      "loc": {
        "start": {
          "line": 101,
          "column": 99
        },
        "end": {
          "line": 101,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3438,
      "end": 3443,
      "loc": {
        "start": {
          "line": 101,
          "column": 100
        },
        "end": {
          "line": 101,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3443,
      "end": 3444,
      "loc": {
        "start": {
          "line": 101,
          "column": 105
        },
        "end": {
          "line": 101,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3444,
      "end": 3448,
      "loc": {
        "start": {
          "line": 101,
          "column": 106
        },
        "end": {
          "line": 101,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3448,
      "end": 3449,
      "loc": {
        "start": {
          "line": 101,
          "column": 110
        },
        "end": {
          "line": 101,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3449,
      "end": 3450,
      "loc": {
        "start": {
          "line": 101,
          "column": 111
        },
        "end": {
          "line": 101,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3451,
      "end": 3452,
      "loc": {
        "start": {
          "line": 101,
          "column": 113
        },
        "end": {
          "line": 101,
          "column": 114
        }
      }
    },
    {
      "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": 3493,
      "end": 3499,
      "loc": {
        "start": {
          "line": 102,
          "column": 40
        },
        "end": {
          "line": 102,
          "column": 46
        }
      }
    },
    {
      "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": 3500,
      "end": 3505,
      "loc": {
        "start": {
          "line": 102,
          "column": 47
        },
        "end": {
          "line": 102,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3542,
      "end": 3543,
      "loc": {
        "start": {
          "line": 103,
          "column": 36
        },
        "end": {
          "line": 103,
          "column": 37
        }
      }
    },
    {
      "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": 3580,
      "end": 3582,
      "loc": {
        "start": {
          "line": 104,
          "column": 36
        },
        "end": {
          "line": 104,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3583,
      "end": 3584,
      "loc": {
        "start": {
          "line": 104,
          "column": 39
        },
        "end": {
          "line": 104,
          "column": 40
        }
      }
    },
    {
      "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": 3584,
      "end": 3588,
      "loc": {
        "start": {
          "line": 104,
          "column": 40
        },
        "end": {
          "line": 104,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3588,
      "end": 3589,
      "loc": {
        "start": {
          "line": 104,
          "column": 44
        },
        "end": {
          "line": 104,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3589,
      "end": 3605,
      "loc": {
        "start": {
          "line": 104,
          "column": 45
        },
        "end": {
          "line": 104,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3605,
      "end": 3606,
      "loc": {
        "start": {
          "line": 104,
          "column": 61
        },
        "end": {
          "line": 104,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 3606,
      "end": 3611,
      "loc": {
        "start": {
          "line": 104,
          "column": 62
        },
        "end": {
          "line": 104,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3612,
      "end": 3615,
      "loc": {
        "start": {
          "line": 104,
          "column": 68
        },
        "end": {
          "line": 104,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3616,
      "end": 3625,
      "loc": {
        "start": {
          "line": 104,
          "column": 72
        },
        "end": {
          "line": 104,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3626,
      "end": 3628,
      "loc": {
        "start": {
          "line": 104,
          "column": 82
        },
        "end": {
          "line": 104,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3669,
      "end": 3670,
      "loc": {
        "start": {
          "line": 105,
          "column": 40
        },
        "end": {
          "line": 105,
          "column": 41
        }
      }
    },
    {
      "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": 3670,
      "end": 3673,
      "loc": {
        "start": {
          "line": 105,
          "column": 41
        },
        "end": {
          "line": 105,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 3674,
      "end": 3680,
      "loc": {
        "start": {
          "line": 105,
          "column": 45
        },
        "end": {
          "line": 105,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3680,
      "end": 3681,
      "loc": {
        "start": {
          "line": 105,
          "column": 51
        },
        "end": {
          "line": 105,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 3681,
      "end": 3685,
      "loc": {
        "start": {
          "line": 105,
          "column": 52
        },
        "end": {
          "line": 105,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3686,
      "end": 3687,
      "loc": {
        "start": {
          "line": 105,
          "column": 57
        },
        "end": {
          "line": 105,
          "column": 58
        }
      }
    },
    {
      "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": 3688,
      "end": 3692,
      "loc": {
        "start": {
          "line": 105,
          "column": 59
        },
        "end": {
          "line": 105,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3692,
      "end": 3693,
      "loc": {
        "start": {
          "line": 105,
          "column": 63
        },
        "end": {
          "line": 105,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3693,
      "end": 3709,
      "loc": {
        "start": {
          "line": 105,
          "column": 64
        },
        "end": {
          "line": 105,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3709,
      "end": 3710,
      "loc": {
        "start": {
          "line": 105,
          "column": 80
        },
        "end": {
          "line": 105,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 3710,
      "end": 3715,
      "loc": {
        "start": {
          "line": 105,
          "column": 81
        },
        "end": {
          "line": 105,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3716,
      "end": 3717,
      "loc": {
        "start": {
          "line": 105,
          "column": 87
        },
        "end": {
          "line": 105,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 3718,
      "end": 3722,
      "loc": {
        "start": {
          "line": 105,
          "column": 89
        },
        "end": {
          "line": 105,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3722,
      "end": 3723,
      "loc": {
        "start": {
          "line": 105,
          "column": 93
        },
        "end": {
          "line": 105,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3723,
      "end": 3724,
      "loc": {
        "start": {
          "line": 105,
          "column": 94
        },
        "end": {
          "line": 105,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 3724,
      "end": 3728,
      "loc": {
        "start": {
          "line": 105,
          "column": 95
        },
        "end": {
          "line": 105,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3728,
      "end": 3729,
      "loc": {
        "start": {
          "line": 105,
          "column": 99
        },
        "end": {
          "line": 105,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3729,
      "end": 3734,
      "loc": {
        "start": {
          "line": 105,
          "column": 100
        },
        "end": {
          "line": 105,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3734,
      "end": 3735,
      "loc": {
        "start": {
          "line": 105,
          "column": 105
        },
        "end": {
          "line": 105,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 3735,
      "end": 3740,
      "loc": {
        "start": {
          "line": 105,
          "column": 106
        },
        "end": {
          "line": 105,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3740,
      "end": 3741,
      "loc": {
        "start": {
          "line": 105,
          "column": 111
        },
        "end": {
          "line": 105,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3741,
      "end": 3745,
      "loc": {
        "start": {
          "line": 105,
          "column": 112
        },
        "end": {
          "line": 105,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3745,
      "end": 3746,
      "loc": {
        "start": {
          "line": 105,
          "column": 116
        },
        "end": {
          "line": 105,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3746,
      "end": 3747,
      "loc": {
        "start": {
          "line": 105,
          "column": 117
        },
        "end": {
          "line": 105,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3748,
      "end": 3749,
      "loc": {
        "start": {
          "line": 105,
          "column": 119
        },
        "end": {
          "line": 105,
          "column": 120
        }
      }
    },
    {
      "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": 3790,
      "end": 3796,
      "loc": {
        "start": {
          "line": 106,
          "column": 40
        },
        "end": {
          "line": 106,
          "column": 46
        }
      }
    },
    {
      "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": 3797,
      "end": 3802,
      "loc": {
        "start": {
          "line": 106,
          "column": 47
        },
        "end": {
          "line": 106,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3839,
      "end": 3840,
      "loc": {
        "start": {
          "line": 107,
          "column": 36
        },
        "end": {
          "line": 107,
          "column": 37
        }
      }
    },
    {
      "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": 3877,
      "end": 3883,
      "loc": {
        "start": {
          "line": 108,
          "column": 36
        },
        "end": {
          "line": 108,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3884,
      "end": 3885,
      "loc": {
        "start": {
          "line": 108,
          "column": 43
        },
        "end": {
          "line": 108,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3885,
      "end": 3886,
      "loc": {
        "start": {
          "line": 108,
          "column": 44
        },
        "end": {
          "line": 108,
          "column": 45
        }
      }
    },
    {
      "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": 3886,
      "end": 3890,
      "loc": {
        "start": {
          "line": 108,
          "column": 45
        },
        "end": {
          "line": 108,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3890,
      "end": 3891,
      "loc": {
        "start": {
          "line": 108,
          "column": 49
        },
        "end": {
          "line": 108,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3891,
      "end": 3907,
      "loc": {
        "start": {
          "line": 108,
          "column": 50
        },
        "end": {
          "line": 108,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3907,
      "end": 3908,
      "loc": {
        "start": {
          "line": 108,
          "column": 66
        },
        "end": {
          "line": 108,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 3908,
      "end": 3914,
      "loc": {
        "start": {
          "line": 108,
          "column": 67
        },
        "end": {
          "line": 108,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3915,
      "end": 3918,
      "loc": {
        "start": {
          "line": 108,
          "column": 74
        },
        "end": {
          "line": 108,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3919,
      "end": 3928,
      "loc": {
        "start": {
          "line": 108,
          "column": 78
        },
        "end": {
          "line": 108,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3929,
      "end": 3931,
      "loc": {
        "start": {
          "line": 108,
          "column": 88
        },
        "end": {
          "line": 108,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 3968,
      "end": 3969,
      "loc": {
        "start": {
          "line": 109,
          "column": 36
        },
        "end": {
          "line": 109,
          "column": 37
        }
      }
    },
    {
      "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": 3969,
      "end": 3972,
      "loc": {
        "start": {
          "line": 109,
          "column": 37
        },
        "end": {
          "line": 109,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 3973,
      "end": 3979,
      "loc": {
        "start": {
          "line": 109,
          "column": 41
        },
        "end": {
          "line": 109,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3979,
      "end": 3980,
      "loc": {
        "start": {
          "line": 109,
          "column": 47
        },
        "end": {
          "line": 109,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 3980,
      "end": 3984,
      "loc": {
        "start": {
          "line": 109,
          "column": 48
        },
        "end": {
          "line": 109,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3985,
      "end": 3986,
      "loc": {
        "start": {
          "line": 109,
          "column": 53
        },
        "end": {
          "line": 109,
          "column": 54
        }
      }
    },
    {
      "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": 3987,
      "end": 3991,
      "loc": {
        "start": {
          "line": 109,
          "column": 55
        },
        "end": {
          "line": 109,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3991,
      "end": 3992,
      "loc": {
        "start": {
          "line": 109,
          "column": 59
        },
        "end": {
          "line": 109,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3992,
      "end": 4008,
      "loc": {
        "start": {
          "line": 109,
          "column": 60
        },
        "end": {
          "line": 109,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4008,
      "end": 4009,
      "loc": {
        "start": {
          "line": 109,
          "column": 76
        },
        "end": {
          "line": 109,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 4009,
      "end": 4015,
      "loc": {
        "start": {
          "line": 109,
          "column": 77
        },
        "end": {
          "line": 109,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4016,
      "end": 4017,
      "loc": {
        "start": {
          "line": 109,
          "column": 84
        },
        "end": {
          "line": 109,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 4018,
      "end": 4022,
      "loc": {
        "start": {
          "line": 109,
          "column": 86
        },
        "end": {
          "line": 109,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4022,
      "end": 4023,
      "loc": {
        "start": {
          "line": 109,
          "column": 90
        },
        "end": {
          "line": 109,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4023,
      "end": 4024,
      "loc": {
        "start": {
          "line": 109,
          "column": 91
        },
        "end": {
          "line": 109,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 4024,
      "end": 4028,
      "loc": {
        "start": {
          "line": 109,
          "column": 92
        },
        "end": {
          "line": 109,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4028,
      "end": 4029,
      "loc": {
        "start": {
          "line": 109,
          "column": 96
        },
        "end": {
          "line": 109,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 4029,
      "end": 4034,
      "loc": {
        "start": {
          "line": 109,
          "column": 97
        },
        "end": {
          "line": 109,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4034,
      "end": 4035,
      "loc": {
        "start": {
          "line": 109,
          "column": 102
        },
        "end": {
          "line": 109,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4035,
      "end": 4040,
      "loc": {
        "start": {
          "line": 109,
          "column": 103
        },
        "end": {
          "line": 109,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4040,
      "end": 4041,
      "loc": {
        "start": {
          "line": 109,
          "column": 108
        },
        "end": {
          "line": 109,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 4041,
      "end": 4047,
      "loc": {
        "start": {
          "line": 109,
          "column": 109
        },
        "end": {
          "line": 109,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4047,
      "end": 4048,
      "loc": {
        "start": {
          "line": 109,
          "column": 115
        },
        "end": {
          "line": 109,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 4048,
      "end": 4052,
      "loc": {
        "start": {
          "line": 109,
          "column": 116
        },
        "end": {
          "line": 109,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4052,
      "end": 4053,
      "loc": {
        "start": {
          "line": 109,
          "column": 120
        },
        "end": {
          "line": 109,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4053,
      "end": 4054,
      "loc": {
        "start": {
          "line": 109,
          "column": 121
        },
        "end": {
          "line": 109,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4087,
      "end": 4088,
      "loc": {
        "start": {
          "line": 110,
          "column": 32
        },
        "end": {
          "line": 110,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4088,
      "end": 4089,
      "loc": {
        "start": {
          "line": 110,
          "column": 33
        },
        "end": {
          "line": 110,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4114,
      "end": 4115,
      "loc": {
        "start": {
          "line": 111,
          "column": 24
        },
        "end": {
          "line": 111,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4115,
      "end": 4116,
      "loc": {
        "start": {
          "line": 111,
          "column": 25
        },
        "end": {
          "line": 111,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4137,
      "end": 4138,
      "loc": {
        "start": {
          "line": 112,
          "column": 20
        },
        "end": {
          "line": 112,
          "column": 21
        }
      }
    },
    {
      "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": 4175,
      "end": 4179,
      "loc": {
        "start": {
          "line": 113,
          "column": 16
        },
        "end": {
          "line": 113,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "albums",
      "start": 4180,
      "end": 4188,
      "loc": {
        "start": {
          "line": 113,
          "column": 21
        },
        "end": {
          "line": 113,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4188,
      "end": 4189,
      "loc": {
        "start": {
          "line": 113,
          "column": 29
        },
        "end": {
          "line": 113,
          "column": 30
        }
      }
    },
    {
      "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": 4210,
      "end": 4216,
      "loc": {
        "start": {
          "line": 114,
          "column": 20
        },
        "end": {
          "line": 114,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4217,
      "end": 4218,
      "loc": {
        "start": {
          "line": 114,
          "column": 27
        },
        "end": {
          "line": 114,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4243,
      "end": 4244,
      "loc": {
        "start": {
          "line": 115,
          "column": 24
        },
        "end": {
          "line": 115,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 4244,
      "end": 4247,
      "loc": {
        "start": {
          "line": 115,
          "column": 25
        },
        "end": {
          "line": 115,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4247,
      "end": 4248,
      "loc": {
        "start": {
          "line": 115,
          "column": 28
        },
        "end": {
          "line": 115,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4248,
      "end": 4249,
      "loc": {
        "start": {
          "line": 115,
          "column": 29
        },
        "end": {
          "line": 115,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 4250,
      "end": 4256,
      "loc": {
        "start": {
          "line": 115,
          "column": 31
        },
        "end": {
          "line": 115,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4256,
      "end": 4257,
      "loc": {
        "start": {
          "line": 115,
          "column": 37
        },
        "end": {
          "line": 115,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 4257,
      "end": 4263,
      "loc": {
        "start": {
          "line": 115,
          "column": 38
        },
        "end": {
          "line": 115,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4263,
      "end": 4264,
      "loc": {
        "start": {
          "line": 115,
          "column": 44
        },
        "end": {
          "line": 115,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 4264,
      "end": 4272,
      "loc": {
        "start": {
          "line": 115,
          "column": 45
        },
        "end": {
          "line": 115,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4272,
      "end": 4273,
      "loc": {
        "start": {
          "line": 115,
          "column": 53
        },
        "end": {
          "line": 115,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4273,
      "end": 4277,
      "loc": {
        "start": {
          "line": 115,
          "column": 54
        },
        "end": {
          "line": 115,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4277,
      "end": 4278,
      "loc": {
        "start": {
          "line": 115,
          "column": 58
        },
        "end": {
          "line": 115,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 4278,
      "end": 4281,
      "loc": {
        "start": {
          "line": 115,
          "column": 59
        },
        "end": {
          "line": 115,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4281,
      "end": 4282,
      "loc": {
        "start": {
          "line": 115,
          "column": 62
        },
        "end": {
          "line": 115,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4282,
      "end": 4283,
      "loc": {
        "start": {
          "line": 115,
          "column": 63
        },
        "end": {
          "line": 115,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4284,
      "end": 4285,
      "loc": {
        "start": {
          "line": 115,
          "column": 65
        },
        "end": {
          "line": 115,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4314,
      "end": 4318,
      "loc": {
        "start": {
          "line": 116,
          "column": 28
        },
        "end": {
          "line": 116,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4318,
      "end": 4319,
      "loc": {
        "start": {
          "line": 116,
          "column": 32
        },
        "end": {
          "line": 116,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 4320,
      "end": 4328,
      "loc": {
        "start": {
          "line": 116,
          "column": 34
        },
        "end": {
          "line": 116,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4328,
      "end": 4329,
      "loc": {
        "start": {
          "line": 116,
          "column": 42
        },
        "end": {
          "line": 116,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4329,
      "end": 4333,
      "loc": {
        "start": {
          "line": 116,
          "column": 43
        },
        "end": {
          "line": 116,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4333,
      "end": 4334,
      "loc": {
        "start": {
          "line": 116,
          "column": 47
        },
        "end": {
          "line": 116,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 4334,
      "end": 4337,
      "loc": {
        "start": {
          "line": 116,
          "column": 48
        },
        "end": {
          "line": 116,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4337,
      "end": 4338,
      "loc": {
        "start": {
          "line": 116,
          "column": 51
        },
        "end": {
          "line": 116,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4338,
      "end": 4339,
      "loc": {
        "start": {
          "line": 116,
          "column": 52
        },
        "end": {
          "line": 116,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4339,
      "end": 4343,
      "loc": {
        "start": {
          "line": 116,
          "column": 53
        },
        "end": {
          "line": 116,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4376,
      "end": 4377,
      "loc": {
        "start": {
          "line": 117,
          "column": 32
        },
        "end": {
          "line": 117,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 4377,
      "end": 4383,
      "loc": {
        "start": {
          "line": 117,
          "column": 33
        },
        "end": {
          "line": 117,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4383,
      "end": 4384,
      "loc": {
        "start": {
          "line": 117,
          "column": 39
        },
        "end": {
          "line": 117,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4384,
      "end": 4389,
      "loc": {
        "start": {
          "line": 117,
          "column": 40
        },
        "end": {
          "line": 117,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4390,
      "end": 4392,
      "loc": {
        "start": {
          "line": 117,
          "column": 46
        },
        "end": {
          "line": 117,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4393,
      "end": 4394,
      "loc": {
        "start": {
          "line": 117,
          "column": 49
        },
        "end": {
          "line": 117,
          "column": 50
        }
      }
    },
    {
      "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": 4431,
      "end": 4433,
      "loc": {
        "start": {
          "line": 118,
          "column": 36
        },
        "end": {
          "line": 118,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4434,
      "end": 4435,
      "loc": {
        "start": {
          "line": 118,
          "column": 39
        },
        "end": {
          "line": 118,
          "column": 40
        }
      }
    },
    {
      "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": 4435,
      "end": 4439,
      "loc": {
        "start": {
          "line": 118,
          "column": 40
        },
        "end": {
          "line": 118,
          "column": 44
        }
      }
    },
    {
      "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": 118,
          "column": 44
        },
        "end": {
          "line": 118,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4440,
      "end": 4456,
      "loc": {
        "start": {
          "line": 118,
          "column": 45
        },
        "end": {
          "line": 118,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4456,
      "end": 4457,
      "loc": {
        "start": {
          "line": 118,
          "column": 61
        },
        "end": {
          "line": 118,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "available_territory",
      "start": 4457,
      "end": 4476,
      "loc": {
        "start": {
          "line": 118,
          "column": 62
        },
        "end": {
          "line": 118,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4477,
      "end": 4480,
      "loc": {
        "start": {
          "line": 118,
          "column": 82
        },
        "end": {
          "line": 118,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 4481,
      "end": 4490,
      "loc": {
        "start": {
          "line": 118,
          "column": 86
        },
        "end": {
          "line": 118,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4491,
      "end": 4493,
      "loc": {
        "start": {
          "line": 118,
          "column": 96
        },
        "end": {
          "line": 118,
          "column": 98
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4534,
      "end": 4535,
      "loc": {
        "start": {
          "line": 119,
          "column": 40
        },
        "end": {
          "line": 119,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4535,
      "end": 4540,
      "loc": {
        "start": {
          "line": 119,
          "column": 41
        },
        "end": {
          "line": 119,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4540,
      "end": 4541,
      "loc": {
        "start": {
          "line": 119,
          "column": 46
        },
        "end": {
          "line": 119,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "available_territories",
      "start": 4541,
      "end": 4562,
      "loc": {
        "start": {
          "line": 119,
          "column": 47
        },
        "end": {
          "line": 119,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4562,
      "end": 4563,
      "loc": {
        "start": {
          "line": 119,
          "column": 68
        },
        "end": {
          "line": 119,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 4563,
      "end": 4571,
      "loc": {
        "start": {
          "line": 119,
          "column": 69
        },
        "end": {
          "line": 119,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4571,
      "end": 4572,
      "loc": {
        "start": {
          "line": 119,
          "column": 77
        },
        "end": {
          "line": 119,
          "column": 78
        }
      }
    },
    {
      "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": 4572,
      "end": 4576,
      "loc": {
        "start": {
          "line": 119,
          "column": 78
        },
        "end": {
          "line": 119,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4576,
      "end": 4577,
      "loc": {
        "start": {
          "line": 119,
          "column": 82
        },
        "end": {
          "line": 119,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4577,
      "end": 4593,
      "loc": {
        "start": {
          "line": 119,
          "column": 83
        },
        "end": {
          "line": 119,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4593,
      "end": 4594,
      "loc": {
        "start": {
          "line": 119,
          "column": 99
        },
        "end": {
          "line": 119,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "available_territory",
      "start": 4594,
      "end": 4613,
      "loc": {
        "start": {
          "line": 119,
          "column": 100
        },
        "end": {
          "line": 119,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4613,
      "end": 4614,
      "loc": {
        "start": {
          "line": 119,
          "column": 119
        },
        "end": {
          "line": 119,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4614,
      "end": 4615,
      "loc": {
        "start": {
          "line": 119,
          "column": 120
        },
        "end": {
          "line": 119,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4616,
      "end": 4617,
      "loc": {
        "start": {
          "line": 119,
          "column": 122
        },
        "end": {
          "line": 119,
          "column": 123
        }
      }
    },
    {
      "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": 4658,
      "end": 4664,
      "loc": {
        "start": {
          "line": 120,
          "column": 40
        },
        "end": {
          "line": 120,
          "column": 46
        }
      }
    },
    {
      "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": 4665,
      "end": 4670,
      "loc": {
        "start": {
          "line": 120,
          "column": 47
        },
        "end": {
          "line": 120,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4707,
      "end": 4708,
      "loc": {
        "start": {
          "line": 121,
          "column": 36
        },
        "end": {
          "line": 121,
          "column": 37
        }
      }
    },
    {
      "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": 4745,
      "end": 4747,
      "loc": {
        "start": {
          "line": 122,
          "column": 36
        },
        "end": {
          "line": 122,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4748,
      "end": 4749,
      "loc": {
        "start": {
          "line": 122,
          "column": 39
        },
        "end": {
          "line": 122,
          "column": 40
        }
      }
    },
    {
      "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": 4749,
      "end": 4753,
      "loc": {
        "start": {
          "line": 122,
          "column": 40
        },
        "end": {
          "line": 122,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4753,
      "end": 4754,
      "loc": {
        "start": {
          "line": 122,
          "column": 44
        },
        "end": {
          "line": 122,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4754,
      "end": 4770,
      "loc": {
        "start": {
          "line": 122,
          "column": 45
        },
        "end": {
          "line": 122,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4770,
      "end": 4771,
      "loc": {
        "start": {
          "line": 122,
          "column": 61
        },
        "end": {
          "line": 122,
          "column": 62
        }
      }
    },
    {
      "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": 122,
          "column": 62
        },
        "end": {
          "line": 122,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4777,
      "end": 4780,
      "loc": {
        "start": {
          "line": 122,
          "column": 68
        },
        "end": {
          "line": 122,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 4781,
      "end": 4790,
      "loc": {
        "start": {
          "line": 122,
          "column": 72
        },
        "end": {
          "line": 122,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4791,
      "end": 4793,
      "loc": {
        "start": {
          "line": 122,
          "column": 82
        },
        "end": {
          "line": 122,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 4834,
      "end": 4835,
      "loc": {
        "start": {
          "line": 123,
          "column": 40
        },
        "end": {
          "line": 123,
          "column": 41
        }
      }
    },
    {
      "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": 4835,
      "end": 4838,
      "loc": {
        "start": {
          "line": 123,
          "column": 41
        },
        "end": {
          "line": 123,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 4839,
      "end": 4845,
      "loc": {
        "start": {
          "line": 123,
          "column": 45
        },
        "end": {
          "line": 123,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4845,
      "end": 4846,
      "loc": {
        "start": {
          "line": 123,
          "column": 51
        },
        "end": {
          "line": 123,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 4846,
      "end": 4850,
      "loc": {
        "start": {
          "line": 123,
          "column": 52
        },
        "end": {
          "line": 123,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4851,
      "end": 4852,
      "loc": {
        "start": {
          "line": 123,
          "column": 57
        },
        "end": {
          "line": 123,
          "column": 58
        }
      }
    },
    {
      "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": 4853,
      "end": 4857,
      "loc": {
        "start": {
          "line": 123,
          "column": 59
        },
        "end": {
          "line": 123,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4857,
      "end": 4858,
      "loc": {
        "start": {
          "line": 123,
          "column": 63
        },
        "end": {
          "line": 123,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4858,
      "end": 4874,
      "loc": {
        "start": {
          "line": 123,
          "column": 64
        },
        "end": {
          "line": 123,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4874,
      "end": 4875,
      "loc": {
        "start": {
          "line": 123,
          "column": 80
        },
        "end": {
          "line": 123,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4875,
      "end": 4880,
      "loc": {
        "start": {
          "line": 123,
          "column": 81
        },
        "end": {
          "line": 123,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4881,
      "end": 4882,
      "loc": {
        "start": {
          "line": 123,
          "column": 87
        },
        "end": {
          "line": 123,
          "column": 88
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 4883,
      "end": 4887,
      "loc": {
        "start": {
          "line": 123,
          "column": 89
        },
        "end": {
          "line": 123,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4887,
      "end": 4888,
      "loc": {
        "start": {
          "line": 123,
          "column": 93
        },
        "end": {
          "line": 123,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4888,
      "end": 4889,
      "loc": {
        "start": {
          "line": 123,
          "column": 94
        },
        "end": {
          "line": 123,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 4889,
      "end": 4893,
      "loc": {
        "start": {
          "line": 123,
          "column": 95
        },
        "end": {
          "line": 123,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4893,
      "end": 4894,
      "loc": {
        "start": {
          "line": 123,
          "column": 99
        },
        "end": {
          "line": 123,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4894,
      "end": 4899,
      "loc": {
        "start": {
          "line": 123,
          "column": 100
        },
        "end": {
          "line": 123,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4899,
      "end": 4900,
      "loc": {
        "start": {
          "line": 123,
          "column": 105
        },
        "end": {
          "line": 123,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 4900,
      "end": 4904,
      "loc": {
        "start": {
          "line": 123,
          "column": 106
        },
        "end": {
          "line": 123,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4904,
      "end": 4905,
      "loc": {
        "start": {
          "line": 123,
          "column": 110
        },
        "end": {
          "line": 123,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4905,
      "end": 4906,
      "loc": {
        "start": {
          "line": 123,
          "column": 111
        },
        "end": {
          "line": 123,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4907,
      "end": 4908,
      "loc": {
        "start": {
          "line": 123,
          "column": 113
        },
        "end": {
          "line": 123,
          "column": 114
        }
      }
    },
    {
      "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": 4949,
      "end": 4955,
      "loc": {
        "start": {
          "line": 124,
          "column": 40
        },
        "end": {
          "line": 124,
          "column": 46
        }
      }
    },
    {
      "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": 4956,
      "end": 4961,
      "loc": {
        "start": {
          "line": 124,
          "column": 47
        },
        "end": {
          "line": 124,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4998,
      "end": 4999,
      "loc": {
        "start": {
          "line": 125,
          "column": 36
        },
        "end": {
          "line": 125,
          "column": 37
        }
      }
    },
    {
      "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": 5036,
      "end": 5042,
      "loc": {
        "start": {
          "line": 126,
          "column": 36
        },
        "end": {
          "line": 126,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 5043,
      "end": 5044,
      "loc": {
        "start": {
          "line": 126,
          "column": 43
        },
        "end": {
          "line": 126,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5044,
      "end": 5045,
      "loc": {
        "start": {
          "line": 126,
          "column": 44
        },
        "end": {
          "line": 126,
          "column": 45
        }
      }
    },
    {
      "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": 5045,
      "end": 5049,
      "loc": {
        "start": {
          "line": 126,
          "column": 45
        },
        "end": {
          "line": 126,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5049,
      "end": 5050,
      "loc": {
        "start": {
          "line": 126,
          "column": 49
        },
        "end": {
          "line": 126,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5050,
      "end": 5066,
      "loc": {
        "start": {
          "line": 126,
          "column": 50
        },
        "end": {
          "line": 126,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5066,
      "end": 5067,
      "loc": {
        "start": {
          "line": 126,
          "column": 66
        },
        "end": {
          "line": 126,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5067,
      "end": 5073,
      "loc": {
        "start": {
          "line": 126,
          "column": 67
        },
        "end": {
          "line": 126,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5074,
      "end": 5077,
      "loc": {
        "start": {
          "line": 126,
          "column": 74
        },
        "end": {
          "line": 126,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5078,
      "end": 5087,
      "loc": {
        "start": {
          "line": 126,
          "column": 78
        },
        "end": {
          "line": 126,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5088,
      "end": 5090,
      "loc": {
        "start": {
          "line": 126,
          "column": 88
        },
        "end": {
          "line": 126,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": "prefix",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "!",
      "start": 5127,
      "end": 5128,
      "loc": {
        "start": {
          "line": 127,
          "column": 36
        },
        "end": {
          "line": 127,
          "column": 37
        }
      }
    },
    {
      "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": 5128,
      "end": 5131,
      "loc": {
        "start": {
          "line": 127,
          "column": 37
        },
        "end": {
          "line": 127,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 5132,
      "end": 5138,
      "loc": {
        "start": {
          "line": 127,
          "column": 41
        },
        "end": {
          "line": 127,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5138,
      "end": 5139,
      "loc": {
        "start": {
          "line": 127,
          "column": 47
        },
        "end": {
          "line": 127,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 5139,
      "end": 5143,
      "loc": {
        "start": {
          "line": 127,
          "column": 48
        },
        "end": {
          "line": 127,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5144,
      "end": 5145,
      "loc": {
        "start": {
          "line": 127,
          "column": 53
        },
        "end": {
          "line": 127,
          "column": 54
        }
      }
    },
    {
      "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": 5146,
      "end": 5150,
      "loc": {
        "start": {
          "line": 127,
          "column": 55
        },
        "end": {
          "line": 127,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5150,
      "end": 5151,
      "loc": {
        "start": {
          "line": 127,
          "column": 59
        },
        "end": {
          "line": 127,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5151,
      "end": 5167,
      "loc": {
        "start": {
          "line": 127,
          "column": 60
        },
        "end": {
          "line": 127,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5167,
      "end": 5168,
      "loc": {
        "start": {
          "line": 127,
          "column": 76
        },
        "end": {
          "line": 127,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5168,
      "end": 5174,
      "loc": {
        "start": {
          "line": 127,
          "column": 77
        },
        "end": {
          "line": 127,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5175,
      "end": 5176,
      "loc": {
        "start": {
          "line": 127,
          "column": 84
        },
        "end": {
          "line": 127,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 5177,
      "end": 5181,
      "loc": {
        "start": {
          "line": 127,
          "column": 86
        },
        "end": {
          "line": 127,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5181,
      "end": 5182,
      "loc": {
        "start": {
          "line": 127,
          "column": 90
        },
        "end": {
          "line": 127,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5182,
      "end": 5183,
      "loc": {
        "start": {
          "line": 127,
          "column": 91
        },
        "end": {
          "line": 127,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5183,
      "end": 5187,
      "loc": {
        "start": {
          "line": 127,
          "column": 92
        },
        "end": {
          "line": 127,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5187,
      "end": 5188,
      "loc": {
        "start": {
          "line": 127,
          "column": 96
        },
        "end": {
          "line": 127,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 5188,
      "end": 5193,
      "loc": {
        "start": {
          "line": 127,
          "column": 97
        },
        "end": {
          "line": 127,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5193,
      "end": 5194,
      "loc": {
        "start": {
          "line": 127,
          "column": 102
        },
        "end": {
          "line": 127,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5194,
      "end": 5200,
      "loc": {
        "start": {
          "line": 127,
          "column": 103
        },
        "end": {
          "line": 127,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5200,
      "end": 5201,
      "loc": {
        "start": {
          "line": 127,
          "column": 109
        },
        "end": {
          "line": 127,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5201,
      "end": 5205,
      "loc": {
        "start": {
          "line": 127,
          "column": 110
        },
        "end": {
          "line": 127,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5205,
      "end": 5206,
      "loc": {
        "start": {
          "line": 127,
          "column": 114
        },
        "end": {
          "line": 127,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5206,
      "end": 5207,
      "loc": {
        "start": {
          "line": 127,
          "column": 115
        },
        "end": {
          "line": 127,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5240,
      "end": 5241,
      "loc": {
        "start": {
          "line": 128,
          "column": 32
        },
        "end": {
          "line": 128,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5241,
      "end": 5242,
      "loc": {
        "start": {
          "line": 128,
          "column": 33
        },
        "end": {
          "line": 128,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5267,
      "end": 5268,
      "loc": {
        "start": {
          "line": 129,
          "column": 24
        },
        "end": {
          "line": 129,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5268,
      "end": 5269,
      "loc": {
        "start": {
          "line": 129,
          "column": 25
        },
        "end": {
          "line": 129,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5290,
      "end": 5291,
      "loc": {
        "start": {
          "line": 130,
          "column": 20
        },
        "end": {
          "line": 130,
          "column": 21
        }
      }
    },
    {
      "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": 5328,
      "end": 5332,
      "loc": {
        "start": {
          "line": 131,
          "column": 16
        },
        "end": {
          "line": 131,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "artists",
      "start": 5333,
      "end": 5342,
      "loc": {
        "start": {
          "line": 131,
          "column": 21
        },
        "end": {
          "line": 131,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5342,
      "end": 5343,
      "loc": {
        "start": {
          "line": 131,
          "column": 30
        },
        "end": {
          "line": 131,
          "column": 31
        }
      }
    },
    {
      "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": 5364,
      "end": 5370,
      "loc": {
        "start": {
          "line": 132,
          "column": 20
        },
        "end": {
          "line": 132,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5371,
      "end": 5372,
      "loc": {
        "start": {
          "line": 132,
          "column": 27
        },
        "end": {
          "line": 132,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5397,
      "end": 5398,
      "loc": {
        "start": {
          "line": 133,
          "column": 24
        },
        "end": {
          "line": 133,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5398,
      "end": 5401,
      "loc": {
        "start": {
          "line": 133,
          "column": 25
        },
        "end": {
          "line": 133,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5401,
      "end": 5402,
      "loc": {
        "start": {
          "line": 133,
          "column": 28
        },
        "end": {
          "line": 133,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5402,
      "end": 5403,
      "loc": {
        "start": {
          "line": 133,
          "column": 29
        },
        "end": {
          "line": 133,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 5404,
      "end": 5410,
      "loc": {
        "start": {
          "line": 133,
          "column": 31
        },
        "end": {
          "line": 133,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5410,
      "end": 5411,
      "loc": {
        "start": {
          "line": 133,
          "column": 37
        },
        "end": {
          "line": 133,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 5411,
      "end": 5417,
      "loc": {
        "start": {
          "line": 133,
          "column": 38
        },
        "end": {
          "line": 133,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5417,
      "end": 5418,
      "loc": {
        "start": {
          "line": 133,
          "column": 44
        },
        "end": {
          "line": 133,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 5418,
      "end": 5426,
      "loc": {
        "start": {
          "line": 133,
          "column": 45
        },
        "end": {
          "line": 133,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5426,
      "end": 5427,
      "loc": {
        "start": {
          "line": 133,
          "column": 53
        },
        "end": {
          "line": 133,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5427,
      "end": 5431,
      "loc": {
        "start": {
          "line": 133,
          "column": 54
        },
        "end": {
          "line": 133,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5431,
      "end": 5432,
      "loc": {
        "start": {
          "line": 133,
          "column": 58
        },
        "end": {
          "line": 133,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5432,
      "end": 5435,
      "loc": {
        "start": {
          "line": 133,
          "column": 59
        },
        "end": {
          "line": 133,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5435,
      "end": 5436,
      "loc": {
        "start": {
          "line": 133,
          "column": 62
        },
        "end": {
          "line": 133,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5436,
      "end": 5437,
      "loc": {
        "start": {
          "line": 133,
          "column": 63
        },
        "end": {
          "line": 133,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5438,
      "end": 5439,
      "loc": {
        "start": {
          "line": 133,
          "column": 65
        },
        "end": {
          "line": 133,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5468,
      "end": 5472,
      "loc": {
        "start": {
          "line": 134,
          "column": 28
        },
        "end": {
          "line": 134,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5472,
      "end": 5473,
      "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": 5474,
      "end": 5482,
      "loc": {
        "start": {
          "line": 134,
          "column": 34
        },
        "end": {
          "line": 134,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5482,
      "end": 5483,
      "loc": {
        "start": {
          "line": 134,
          "column": 42
        },
        "end": {
          "line": 134,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5483,
      "end": 5487,
      "loc": {
        "start": {
          "line": 134,
          "column": 43
        },
        "end": {
          "line": 134,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5487,
      "end": 5488,
      "loc": {
        "start": {
          "line": 134,
          "column": 47
        },
        "end": {
          "line": 134,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5488,
      "end": 5491,
      "loc": {
        "start": {
          "line": 134,
          "column": 48
        },
        "end": {
          "line": 134,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5491,
      "end": 5492,
      "loc": {
        "start": {
          "line": 134,
          "column": 51
        },
        "end": {
          "line": 134,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5492,
      "end": 5493,
      "loc": {
        "start": {
          "line": 134,
          "column": 52
        },
        "end": {
          "line": 134,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5493,
      "end": 5497,
      "loc": {
        "start": {
          "line": 134,
          "column": 53
        },
        "end": {
          "line": 134,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5530,
      "end": 5531,
      "loc": {
        "start": {
          "line": 135,
          "column": 32
        },
        "end": {
          "line": 135,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 5531,
      "end": 5537,
      "loc": {
        "start": {
          "line": 135,
          "column": 33
        },
        "end": {
          "line": 135,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5537,
      "end": 5538,
      "loc": {
        "start": {
          "line": 135,
          "column": 39
        },
        "end": {
          "line": 135,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5538,
      "end": 5544,
      "loc": {
        "start": {
          "line": 135,
          "column": 40
        },
        "end": {
          "line": 135,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5545,
      "end": 5547,
      "loc": {
        "start": {
          "line": 135,
          "column": 47
        },
        "end": {
          "line": 135,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5548,
      "end": 5549,
      "loc": {
        "start": {
          "line": 135,
          "column": 50
        },
        "end": {
          "line": 135,
          "column": 51
        }
      }
    },
    {
      "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": 5586,
      "end": 5588,
      "loc": {
        "start": {
          "line": 136,
          "column": 36
        },
        "end": {
          "line": 136,
          "column": 38
        }
      }
    },
    {
      "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": 136,
          "column": 39
        },
        "end": {
          "line": 136,
          "column": 40
        }
      }
    },
    {
      "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": 5590,
      "end": 5594,
      "loc": {
        "start": {
          "line": 136,
          "column": 40
        },
        "end": {
          "line": 136,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5594,
      "end": 5595,
      "loc": {
        "start": {
          "line": 136,
          "column": 44
        },
        "end": {
          "line": 136,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5595,
      "end": 5611,
      "loc": {
        "start": {
          "line": 136,
          "column": 45
        },
        "end": {
          "line": 136,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5611,
      "end": 5612,
      "loc": {
        "start": {
          "line": 136,
          "column": 61
        },
        "end": {
          "line": 136,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5612,
      "end": 5618,
      "loc": {
        "start": {
          "line": 136,
          "column": 62
        },
        "end": {
          "line": 136,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5619,
      "end": 5622,
      "loc": {
        "start": {
          "line": 136,
          "column": 69
        },
        "end": {
          "line": 136,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5623,
      "end": 5632,
      "loc": {
        "start": {
          "line": 136,
          "column": 73
        },
        "end": {
          "line": 136,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5632,
      "end": 5633,
      "loc": {
        "start": {
          "line": 136,
          "column": 82
        },
        "end": {
          "line": 136,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5634,
      "end": 5635,
      "loc": {
        "start": {
          "line": 136,
          "column": 84
        },
        "end": {
          "line": 136,
          "column": 85
        }
      }
    },
    {
      "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": 5676,
      "end": 5682,
      "loc": {
        "start": {
          "line": 137,
          "column": 40
        },
        "end": {
          "line": 137,
          "column": 46
        }
      }
    },
    {
      "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": 5683,
      "end": 5687,
      "loc": {
        "start": {
          "line": 137,
          "column": 47
        },
        "end": {
          "line": 137,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5724,
      "end": 5725,
      "loc": {
        "start": {
          "line": 138,
          "column": 36
        },
        "end": {
          "line": 138,
          "column": 37
        }
      }
    },
    {
      "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": 5726,
      "end": 5730,
      "loc": {
        "start": {
          "line": 138,
          "column": 38
        },
        "end": {
          "line": 138,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5731,
      "end": 5732,
      "loc": {
        "start": {
          "line": 138,
          "column": 43
        },
        "end": {
          "line": 138,
          "column": 44
        }
      }
    },
    {
      "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": 5773,
      "end": 5779,
      "loc": {
        "start": {
          "line": 139,
          "column": 40
        },
        "end": {
          "line": 139,
          "column": 46
        }
      }
    },
    {
      "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": 5780,
      "end": 5783,
      "loc": {
        "start": {
          "line": 139,
          "column": 47
        },
        "end": {
          "line": 139,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 5784,
      "end": 5790,
      "loc": {
        "start": {
          "line": 139,
          "column": 51
        },
        "end": {
          "line": 139,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5790,
      "end": 5791,
      "loc": {
        "start": {
          "line": 139,
          "column": 57
        },
        "end": {
          "line": 139,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 5791,
      "end": 5795,
      "loc": {
        "start": {
          "line": 139,
          "column": 58
        },
        "end": {
          "line": 139,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5796,
      "end": 5797,
      "loc": {
        "start": {
          "line": 139,
          "column": 63
        },
        "end": {
          "line": 139,
          "column": 64
        }
      }
    },
    {
      "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": 5798,
      "end": 5802,
      "loc": {
        "start": {
          "line": 139,
          "column": 65
        },
        "end": {
          "line": 139,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5802,
      "end": 5803,
      "loc": {
        "start": {
          "line": 139,
          "column": 69
        },
        "end": {
          "line": 139,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5803,
      "end": 5819,
      "loc": {
        "start": {
          "line": 139,
          "column": 70
        },
        "end": {
          "line": 139,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5819,
      "end": 5820,
      "loc": {
        "start": {
          "line": 139,
          "column": 86
        },
        "end": {
          "line": 139,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5820,
      "end": 5826,
      "loc": {
        "start": {
          "line": 139,
          "column": 87
        },
        "end": {
          "line": 139,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5827,
      "end": 5828,
      "loc": {
        "start": {
          "line": 139,
          "column": 94
        },
        "end": {
          "line": 139,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 5829,
      "end": 5833,
      "loc": {
        "start": {
          "line": 139,
          "column": 96
        },
        "end": {
          "line": 139,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5833,
      "end": 5834,
      "loc": {
        "start": {
          "line": 139,
          "column": 100
        },
        "end": {
          "line": 139,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5834,
      "end": 5835,
      "loc": {
        "start": {
          "line": 139,
          "column": 101
        },
        "end": {
          "line": 139,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5835,
      "end": 5839,
      "loc": {
        "start": {
          "line": 139,
          "column": 102
        },
        "end": {
          "line": 139,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5839,
      "end": 5840,
      "loc": {
        "start": {
          "line": 139,
          "column": 106
        },
        "end": {
          "line": 139,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5840,
      "end": 5846,
      "loc": {
        "start": {
          "line": 139,
          "column": 107
        },
        "end": {
          "line": 139,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5846,
      "end": 5847,
      "loc": {
        "start": {
          "line": 139,
          "column": 113
        },
        "end": {
          "line": 139,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5847,
      "end": 5851,
      "loc": {
        "start": {
          "line": 139,
          "column": 114
        },
        "end": {
          "line": 139,
          "column": 118
        }
      }
    },
    {
      "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": 139,
          "column": 118
        },
        "end": {
          "line": 139,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5889,
      "end": 5890,
      "loc": {
        "start": {
          "line": 140,
          "column": 36
        },
        "end": {
          "line": 140,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5923,
      "end": 5924,
      "loc": {
        "start": {
          "line": 141,
          "column": 32
        },
        "end": {
          "line": 141,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5924,
      "end": 5925,
      "loc": {
        "start": {
          "line": 141,
          "column": 33
        },
        "end": {
          "line": 141,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5950,
      "end": 5951,
      "loc": {
        "start": {
          "line": 142,
          "column": 24
        },
        "end": {
          "line": 142,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5951,
      "end": 5952,
      "loc": {
        "start": {
          "line": 142,
          "column": 25
        },
        "end": {
          "line": 142,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5973,
      "end": 5974,
      "loc": {
        "start": {
          "line": 143,
          "column": 20
        },
        "end": {
          "line": 143,
          "column": 21
        }
      }
    },
    {
      "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": 6011,
      "end": 6015,
      "loc": {
        "start": {
          "line": 144,
          "column": 16
        },
        "end": {
          "line": 144,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "playlists",
      "start": 6016,
      "end": 6027,
      "loc": {
        "start": {
          "line": 144,
          "column": 21
        },
        "end": {
          "line": 144,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6027,
      "end": 6028,
      "loc": {
        "start": {
          "line": 144,
          "column": 32
        },
        "end": {
          "line": 144,
          "column": 33
        }
      }
    },
    {
      "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": 6049,
      "end": 6055,
      "loc": {
        "start": {
          "line": 145,
          "column": 20
        },
        "end": {
          "line": 145,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6056,
      "end": 6057,
      "loc": {
        "start": {
          "line": 145,
          "column": 27
        },
        "end": {
          "line": 145,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6082,
      "end": 6083,
      "loc": {
        "start": {
          "line": 146,
          "column": 24
        },
        "end": {
          "line": 146,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6083,
      "end": 6086,
      "loc": {
        "start": {
          "line": 146,
          "column": 25
        },
        "end": {
          "line": 146,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6086,
      "end": 6087,
      "loc": {
        "start": {
          "line": 146,
          "column": 28
        },
        "end": {
          "line": 146,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6087,
      "end": 6088,
      "loc": {
        "start": {
          "line": 146,
          "column": 29
        },
        "end": {
          "line": 146,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 6089,
      "end": 6095,
      "loc": {
        "start": {
          "line": 146,
          "column": 31
        },
        "end": {
          "line": 146,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6095,
      "end": 6096,
      "loc": {
        "start": {
          "line": 146,
          "column": 37
        },
        "end": {
          "line": 146,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 6096,
      "end": 6102,
      "loc": {
        "start": {
          "line": 146,
          "column": 38
        },
        "end": {
          "line": 146,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6102,
      "end": 6103,
      "loc": {
        "start": {
          "line": 146,
          "column": 44
        },
        "end": {
          "line": 146,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 6103,
      "end": 6111,
      "loc": {
        "start": {
          "line": 146,
          "column": 45
        },
        "end": {
          "line": 146,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6111,
      "end": 6112,
      "loc": {
        "start": {
          "line": 146,
          "column": 53
        },
        "end": {
          "line": 146,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6112,
      "end": 6116,
      "loc": {
        "start": {
          "line": 146,
          "column": 54
        },
        "end": {
          "line": 146,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6116,
      "end": 6117,
      "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": "key",
      "start": 6117,
      "end": 6120,
      "loc": {
        "start": {
          "line": 146,
          "column": 59
        },
        "end": {
          "line": 146,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6120,
      "end": 6121,
      "loc": {
        "start": {
          "line": 146,
          "column": 62
        },
        "end": {
          "line": 146,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6121,
      "end": 6122,
      "loc": {
        "start": {
          "line": 146,
          "column": 63
        },
        "end": {
          "line": 146,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6123,
      "end": 6124,
      "loc": {
        "start": {
          "line": 146,
          "column": 65
        },
        "end": {
          "line": 146,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6153,
      "end": 6157,
      "loc": {
        "start": {
          "line": 147,
          "column": 28
        },
        "end": {
          "line": 147,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6157,
      "end": 6158,
      "loc": {
        "start": {
          "line": 147,
          "column": 32
        },
        "end": {
          "line": 147,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 6159,
      "end": 6167,
      "loc": {
        "start": {
          "line": 147,
          "column": 34
        },
        "end": {
          "line": 147,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6167,
      "end": 6168,
      "loc": {
        "start": {
          "line": 147,
          "column": 42
        },
        "end": {
          "line": 147,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6168,
      "end": 6172,
      "loc": {
        "start": {
          "line": 147,
          "column": 43
        },
        "end": {
          "line": 147,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6172,
      "end": 6173,
      "loc": {
        "start": {
          "line": 147,
          "column": 47
        },
        "end": {
          "line": 147,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6173,
      "end": 6176,
      "loc": {
        "start": {
          "line": 147,
          "column": 48
        },
        "end": {
          "line": 147,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6176,
      "end": 6177,
      "loc": {
        "start": {
          "line": 147,
          "column": 51
        },
        "end": {
          "line": 147,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6177,
      "end": 6178,
      "loc": {
        "start": {
          "line": 147,
          "column": 52
        },
        "end": {
          "line": 147,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6178,
      "end": 6182,
      "loc": {
        "start": {
          "line": 147,
          "column": 53
        },
        "end": {
          "line": 147,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6215,
      "end": 6216,
      "loc": {
        "start": {
          "line": 148,
          "column": 32
        },
        "end": {
          "line": 148,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 6216,
      "end": 6222,
      "loc": {
        "start": {
          "line": 148,
          "column": 33
        },
        "end": {
          "line": 148,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6222,
      "end": 6223,
      "loc": {
        "start": {
          "line": 148,
          "column": 39
        },
        "end": {
          "line": 148,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 6223,
      "end": 6231,
      "loc": {
        "start": {
          "line": 148,
          "column": 40
        },
        "end": {
          "line": 148,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6232,
      "end": 6234,
      "loc": {
        "start": {
          "line": 148,
          "column": 49
        },
        "end": {
          "line": 148,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6235,
      "end": 6236,
      "loc": {
        "start": {
          "line": 148,
          "column": 52
        },
        "end": {
          "line": 148,
          "column": 53
        }
      }
    },
    {
      "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": 6273,
      "end": 6275,
      "loc": {
        "start": {
          "line": 149,
          "column": 36
        },
        "end": {
          "line": 149,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6276,
      "end": 6277,
      "loc": {
        "start": {
          "line": 149,
          "column": 39
        },
        "end": {
          "line": 149,
          "column": 40
        }
      }
    },
    {
      "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": 6277,
      "end": 6281,
      "loc": {
        "start": {
          "line": 149,
          "column": 40
        },
        "end": {
          "line": 149,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6281,
      "end": 6282,
      "loc": {
        "start": {
          "line": 149,
          "column": 44
        },
        "end": {
          "line": 149,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 6282,
      "end": 6298,
      "loc": {
        "start": {
          "line": 149,
          "column": 45
        },
        "end": {
          "line": 149,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6298,
      "end": 6299,
      "loc": {
        "start": {
          "line": 149,
          "column": 61
        },
        "end": {
          "line": 149,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 6299,
      "end": 6307,
      "loc": {
        "start": {
          "line": 149,
          "column": 62
        },
        "end": {
          "line": 149,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6308,
      "end": 6311,
      "loc": {
        "start": {
          "line": 149,
          "column": 71
        },
        "end": {
          "line": 149,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 6312,
      "end": 6321,
      "loc": {
        "start": {
          "line": 149,
          "column": 75
        },
        "end": {
          "line": 149,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6321,
      "end": 6322,
      "loc": {
        "start": {
          "line": 149,
          "column": 84
        },
        "end": {
          "line": 149,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6323,
      "end": 6324,
      "loc": {
        "start": {
          "line": 149,
          "column": 86
        },
        "end": {
          "line": 149,
          "column": 87
        }
      }
    },
    {
      "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": 6365,
      "end": 6371,
      "loc": {
        "start": {
          "line": 150,
          "column": 40
        },
        "end": {
          "line": 150,
          "column": 46
        }
      }
    },
    {
      "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": 6372,
      "end": 6376,
      "loc": {
        "start": {
          "line": 150,
          "column": 47
        },
        "end": {
          "line": 150,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6413,
      "end": 6414,
      "loc": {
        "start": {
          "line": 151,
          "column": 36
        },
        "end": {
          "line": 151,
          "column": 37
        }
      }
    },
    {
      "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": 6415,
      "end": 6419,
      "loc": {
        "start": {
          "line": 151,
          "column": 38
        },
        "end": {
          "line": 151,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6420,
      "end": 6421,
      "loc": {
        "start": {
          "line": 151,
          "column": 43
        },
        "end": {
          "line": 151,
          "column": 44
        }
      }
    },
    {
      "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": 6462,
      "end": 6468,
      "loc": {
        "start": {
          "line": 152,
          "column": 40
        },
        "end": {
          "line": 152,
          "column": 46
        }
      }
    },
    {
      "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": 6469,
      "end": 6472,
      "loc": {
        "start": {
          "line": 152,
          "column": 47
        },
        "end": {
          "line": 152,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 6473,
      "end": 6479,
      "loc": {
        "start": {
          "line": 152,
          "column": 51
        },
        "end": {
          "line": 152,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6479,
      "end": 6480,
      "loc": {
        "start": {
          "line": 152,
          "column": 57
        },
        "end": {
          "line": 152,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 6480,
      "end": 6484,
      "loc": {
        "start": {
          "line": 152,
          "column": 58
        },
        "end": {
          "line": 152,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6485,
      "end": 6486,
      "loc": {
        "start": {
          "line": 152,
          "column": 63
        },
        "end": {
          "line": 152,
          "column": 64
        }
      }
    },
    {
      "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": 6487,
      "end": 6491,
      "loc": {
        "start": {
          "line": 152,
          "column": 65
        },
        "end": {
          "line": 152,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6491,
      "end": 6492,
      "loc": {
        "start": {
          "line": 152,
          "column": 69
        },
        "end": {
          "line": 152,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 6492,
      "end": 6508,
      "loc": {
        "start": {
          "line": 152,
          "column": 70
        },
        "end": {
          "line": 152,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6508,
      "end": 6509,
      "loc": {
        "start": {
          "line": 152,
          "column": 86
        },
        "end": {
          "line": 152,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 6509,
      "end": 6517,
      "loc": {
        "start": {
          "line": 152,
          "column": 87
        },
        "end": {
          "line": 152,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6518,
      "end": 6519,
      "loc": {
        "start": {
          "line": 152,
          "column": 96
        },
        "end": {
          "line": 152,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "string",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": ".*",
      "start": 6520,
      "end": 6524,
      "loc": {
        "start": {
          "line": 152,
          "column": 98
        },
        "end": {
          "line": 152,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6524,
      "end": 6525,
      "loc": {
        "start": {
          "line": 152,
          "column": 102
        },
        "end": {
          "line": 152,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6525,
      "end": 6526,
      "loc": {
        "start": {
          "line": 152,
          "column": 103
        },
        "end": {
          "line": 152,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 6526,
      "end": 6530,
      "loc": {
        "start": {
          "line": 152,
          "column": 104
        },
        "end": {
          "line": 152,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6530,
      "end": 6531,
      "loc": {
        "start": {
          "line": 152,
          "column": 108
        },
        "end": {
          "line": 152,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 6531,
      "end": 6539,
      "loc": {
        "start": {
          "line": 152,
          "column": 109
        },
        "end": {
          "line": 152,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6539,
      "end": 6540,
      "loc": {
        "start": {
          "line": 152,
          "column": 117
        },
        "end": {
          "line": 152,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "title",
      "start": 6540,
      "end": 6545,
      "loc": {
        "start": {
          "line": 152,
          "column": 118
        },
        "end": {
          "line": 152,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6545,
      "end": 6546,
      "loc": {
        "start": {
          "line": 152,
          "column": 123
        },
        "end": {
          "line": 152,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6583,
      "end": 6584,
      "loc": {
        "start": {
          "line": 153,
          "column": 36
        },
        "end": {
          "line": 153,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6617,
      "end": 6618,
      "loc": {
        "start": {
          "line": 154,
          "column": 32
        },
        "end": {
          "line": 154,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6618,
      "end": 6619,
      "loc": {
        "start": {
          "line": 154,
          "column": 33
        },
        "end": {
          "line": 154,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6644,
      "end": 6645,
      "loc": {
        "start": {
          "line": 155,
          "column": 24
        },
        "end": {
          "line": 155,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6645,
      "end": 6646,
      "loc": {
        "start": {
          "line": 155,
          "column": 25
        },
        "end": {
          "line": 155,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6667,
      "end": 6668,
      "loc": {
        "start": {
          "line": 156,
          "column": 20
        },
        "end": {
          "line": 156,
          "column": 21
        }
      }
    },
    {
      "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": 6705,
      "end": 6712,
      "loc": {
        "start": {
          "line": 157,
          "column": 16
        },
        "end": {
          "line": 157,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6712,
      "end": 6713,
      "loc": {
        "start": {
          "line": 157,
          "column": 23
        },
        "end": {
          "line": 157,
          "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": 6734,
      "end": 6740,
      "loc": {
        "start": {
          "line": 158,
          "column": 20
        },
        "end": {
          "line": 158,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6741,
      "end": 6742,
      "loc": {
        "start": {
          "line": 158,
          "column": 27
        },
        "end": {
          "line": 158,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6742,
      "end": 6743,
      "loc": {
        "start": {
          "line": 158,
          "column": 28
        },
        "end": {
          "line": 158,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6743,
      "end": 6746,
      "loc": {
        "start": {
          "line": 158,
          "column": 29
        },
        "end": {
          "line": 158,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6746,
      "end": 6747,
      "loc": {
        "start": {
          "line": 158,
          "column": 32
        },
        "end": {
          "line": 158,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6747,
      "end": 6748,
      "loc": {
        "start": {
          "line": 158,
          "column": 33
        },
        "end": {
          "line": 158,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 6749,
      "end": 6757,
      "loc": {
        "start": {
          "line": 158,
          "column": 35
        },
        "end": {
          "line": 158,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6757,
      "end": 6758,
      "loc": {
        "start": {
          "line": 158,
          "column": 43
        },
        "end": {
          "line": 158,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6758,
      "end": 6762,
      "loc": {
        "start": {
          "line": 158,
          "column": 44
        },
        "end": {
          "line": 158,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6762,
      "end": 6763,
      "loc": {
        "start": {
          "line": 158,
          "column": 48
        },
        "end": {
          "line": 158,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6763,
      "end": 6766,
      "loc": {
        "start": {
          "line": 158,
          "column": 49
        },
        "end": {
          "line": 158,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6766,
      "end": 6767,
      "loc": {
        "start": {
          "line": 158,
          "column": 52
        },
        "end": {
          "line": 158,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6767,
      "end": 6768,
      "loc": {
        "start": {
          "line": 158,
          "column": 53
        },
        "end": {
          "line": 158,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6781,
      "end": 6782,
      "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": 6791,
      "end": 6792,
      "loc": {
        "start": {
          "line": 160,
          "column": 8
        },
        "end": {
          "line": 160,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6792,
      "end": 6793,
      "loc": {
        "start": {
          "line": 160,
          "column": 9
        },
        "end": {
          "line": 160,
          "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": 6802,
      "end": 6808,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 6809,
      "end": 6815,
      "loc": {
        "start": {
          "line": 161,
          "column": 15
        },
        "end": {
          "line": 161,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6815,
      "end": 6816,
      "loc": {
        "start": {
          "line": 161,
          "column": 21
        },
        "end": {
          "line": 161,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 6816,
      "end": 6822,
      "loc": {
        "start": {
          "line": 161,
          "column": 22
        },
        "end": {
          "line": 161,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6822,
      "end": 6823,
      "loc": {
        "start": {
          "line": 161,
          "column": 28
        },
        "end": {
          "line": 161,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 6823,
      "end": 6831,
      "loc": {
        "start": {
          "line": 161,
          "column": 29
        },
        "end": {
          "line": 161,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6831,
      "end": 6832,
      "loc": {
        "start": {
          "line": 161,
          "column": 37
        },
        "end": {
          "line": 161,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6833,
      "end": 6834,
      "loc": {
        "start": {
          "line": 161,
          "column": 39
        },
        "end": {
          "line": 161,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6834,
      "end": 6838,
      "loc": {
        "start": {
          "line": 161,
          "column": 40
        },
        "end": {
          "line": 161,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6838,
      "end": 6839,
      "loc": {
        "start": {
          "line": 161,
          "column": 44
        },
        "end": {
          "line": 161,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 6840,
      "end": 6846,
      "loc": {
        "start": {
          "line": 161,
          "column": 46
        },
        "end": {
          "line": 161,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6846,
      "end": 6847,
      "loc": {
        "start": {
          "line": 161,
          "column": 52
        },
        "end": {
          "line": 161,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 6847,
      "end": 6853,
      "loc": {
        "start": {
          "line": 161,
          "column": 53
        },
        "end": {
          "line": 161,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6853,
      "end": 6854,
      "loc": {
        "start": {
          "line": 161,
          "column": 59
        },
        "end": {
          "line": 161,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6854,
      "end": 6857,
      "loc": {
        "start": {
          "line": 161,
          "column": 60
        },
        "end": {
          "line": 161,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6857,
      "end": 6861,
      "loc": {
        "start": {
          "line": 161,
          "column": 63
        },
        "end": {
          "line": 161,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6861,
      "end": 6862,
      "loc": {
        "start": {
          "line": 161,
          "column": 67
        },
        "end": {
          "line": 161,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6862,
      "end": 6863,
      "loc": {
        "start": {
          "line": 161,
          "column": 68
        },
        "end": {
          "line": 161,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6863,
      "end": 6864,
      "loc": {
        "start": {
          "line": 161,
          "column": 69
        },
        "end": {
          "line": 161,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6869,
      "end": 6870,
      "loc": {
        "start": {
          "line": 162,
          "column": 4
        },
        "end": {
          "line": 162,
          "column": 5
        }
      }
    },
    {
      "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": 6871,
      "end": 6875,
      "loc": {
        "start": {
          "line": 162,
          "column": 6
        },
        "end": {
          "line": 162,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6876,
      "end": 6877,
      "loc": {
        "start": {
          "line": 162,
          "column": 11
        },
        "end": {
          "line": 162,
          "column": 12
        }
      }
    },
    {
      "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": 6886,
      "end": 6892,
      "loc": {
        "start": {
          "line": 163,
          "column": 8
        },
        "end": {
          "line": 163,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 6893,
      "end": 6901,
      "loc": {
        "start": {
          "line": 163,
          "column": 15
        },
        "end": {
          "line": 163,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6906,
      "end": 6907,
      "loc": {
        "start": {
          "line": 164,
          "column": 4
        },
        "end": {
          "line": 164,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6908,
      "end": 6909,
      "loc": {
        "start": {
          "line": 165,
          "column": 0
        },
        "end": {
          "line": 165,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6909,
      "end": 6909,
      "loc": {
        "start": {
          "line": 165,
          "column": 1
        },
        "end": {
          "line": 165,
          "column": 1
        }
      }
    }
  ]
}