{
  "type": "File",
  "start": 0,
  "end": 7045,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 166,
      "column": 1
    }
  },
  "program": {
    "type": "Program",
    "start": 0,
    "end": 7045,
    "loc": {
      "start": {
        "line": 1,
        "column": 0
      },
      "end": {
        "line": 166,
        "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://kkbox.gelato.io/docs/versions/1.1/resources/search\n ",
            "start": 80,
            "end": 169,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "ExportDefaultDeclaration",
        "start": 170,
        "end": 2672,
        "loc": {
          "start": {
            "line": 8,
            "column": 0
          },
          "end": {
            "line": 86,
            "column": 1
          }
        },
        "declaration": {
          "type": "ClassDeclaration",
          "start": 185,
          "end": 2672,
          "loc": {
            "start": {
              "line": 8,
              "column": 15
            },
            "end": {
              "line": 86,
              "column": 1
            }
          },
          "id": {
            "type": "Identifier",
            "start": 191,
            "end": 204,
            "loc": {
              "start": {
                "line": 8,
                "column": 21
              },
              "end": {
                "line": 8,
                "column": 34
              },
              "identifierName": "SearchFetcher"
            },
            "name": "SearchFetcher",
            "leadingComments": null
          },
          "superClass": {
            "type": "Identifier",
            "start": 213,
            "end": 220,
            "loc": {
              "start": {
                "line": 8,
                "column": 43
              },
              "end": {
                "line": 8,
                "column": 50
              },
              "identifierName": "Fetcher"
            },
            "name": "Fetcher"
          },
          "body": {
            "type": "ClassBody",
            "start": 221,
            "end": 2672,
            "loc": {
              "start": {
                "line": 8,
                "column": 51
              },
              "end": {
                "line": 86,
                "column": 1
              }
            },
            "body": [
              {
                "type": "ClassMethod",
                "start": 258,
                "end": 563,
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 4
                  },
                  "end": {
                    "line": 29,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 258,
                  "end": 269,
                  "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": 270,
                    "end": 274,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 16
                      },
                      "end": {
                        "line": 12,
                        "column": 20
                      },
                      "identifierName": "http"
                    },
                    "name": "http"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 276,
                    "end": 292,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 22
                      },
                      "end": {
                        "line": 12,
                        "column": 38
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 276,
                      "end": 285,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 22
                        },
                        "end": {
                          "line": 12,
                          "column": 31
                        },
                        "identifierName": "territory"
                      },
                      "name": "territory"
                    },
                    "right": {
                      "type": "StringLiteral",
                      "start": 288,
                      "end": 292,
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 34
                        },
                        "end": {
                          "line": 12,
                          "column": 38
                        }
                      },
                      "extra": {
                        "rawValue": "TW",
                        "raw": "'TW'"
                      },
                      "value": "TW"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 294,
                  "end": 563,
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 40
                    },
                    "end": {
                      "line": 29,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 304,
                      "end": 326,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 8
                        },
                        "end": {
                          "line": 13,
                          "column": 30
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 304,
                        "end": 326,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 8
                          },
                          "end": {
                            "line": 13,
                            "column": 30
                          }
                        },
                        "callee": {
                          "type": "Super",
                          "start": 304,
                          "end": 309,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 8
                            },
                            "end": {
                              "line": 13,
                              "column": 13
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "Identifier",
                            "start": 310,
                            "end": 314,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 14
                              },
                              "end": {
                                "line": 13,
                                "column": 18
                              },
                              "identifierName": "http"
                            },
                            "name": "http"
                          },
                          {
                            "type": "Identifier",
                            "start": 316,
                            "end": 325,
                            "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": 336,
                          "end": 370,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 11
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 379,
                      "end": 412,
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 8
                        },
                        "end": {
                          "line": 18,
                          "column": 41
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 379,
                        "end": 412,
                        "loc": {
                          "start": {
                            "line": 18,
                            "column": 8
                          },
                          "end": {
                            "line": 18,
                            "column": 41
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 379,
                          "end": 400,
                          "loc": {
                            "start": {
                              "line": 18,
                              "column": 8
                            },
                            "end": {
                              "line": 18,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 379,
                            "end": 383,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 8
                              },
                              "end": {
                                "line": 18,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 384,
                            "end": 400,
                            "loc": {
                              "start": {
                                "line": 18,
                                "column": 13
                              },
                              "end": {
                                "line": 18,
                                "column": 29
                              },
                              "identifierName": "filterConditions"
                            },
                            "name": "filterConditions"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 403,
                          "end": 412,
                          "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": 336,
                          "end": 370,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 8
                            },
                            "end": {
                              "line": 17,
                              "column": 11
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n         * @ignore\n         ",
                          "start": 422,
                          "end": 456,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 11
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 465,
                      "end": 483,
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 8
                        },
                        "end": {
                          "line": 23,
                          "column": 26
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 465,
                        "end": 483,
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 8
                          },
                          "end": {
                            "line": 23,
                            "column": 26
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 465,
                          "end": 471,
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 8
                            },
                            "end": {
                              "line": 23,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 465,
                            "end": 469,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 8
                              },
                              "end": {
                                "line": 23,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 470,
                            "end": 471,
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 13
                              },
                              "end": {
                                "line": 23,
                                "column": 14
                              },
                              "identifierName": "q"
                            },
                            "name": "q"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 474,
                          "end": 483,
                          "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": 422,
                          "end": 456,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 8
                            },
                            "end": {
                              "line": 22,
                              "column": 11
                            }
                          }
                        }
                      ],
                      "trailingComments": [
                        {
                          "type": "CommentBlock",
                          "value": "*\n         * @ignore\n         ",
                          "start": 493,
                          "end": 527,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 11
                            }
                          }
                        }
                      ]
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 536,
                      "end": 557,
                      "loc": {
                        "start": {
                          "line": 28,
                          "column": 8
                        },
                        "end": {
                          "line": 28,
                          "column": 29
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 536,
                        "end": 557,
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 8
                          },
                          "end": {
                            "line": 28,
                            "column": 29
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 536,
                          "end": 545,
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 8
                            },
                            "end": {
                              "line": 28,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 536,
                            "end": 540,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 8
                              },
                              "end": {
                                "line": 28,
                                "column": 12
                              }
                            },
                            "leadingComments": null
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 541,
                            "end": 545,
                            "loc": {
                              "start": {
                                "line": 28,
                                "column": 13
                              },
                              "end": {
                                "line": 28,
                                "column": 17
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false,
                          "leadingComments": null
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 548,
                          "end": 557,
                          "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": 493,
                          "end": 527,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 8
                            },
                            "end": {
                              "line": 27,
                              "column": 11
                            }
                          }
                        }
                      ]
                    }
                  ],
                  "directives": [],
                  "trailingComments": null
                },
                "leadingComments": [
                  {
                    "type": "CommentBlock",
                    "value": "*\n     * @ignore\n     ",
                    "start": 227,
                    "end": 253,
                    "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": 569,
                    "end": 1149,
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 4
                      },
                      "end": {
                        "line": 42,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1154,
                "end": 1410,
                "loc": {
                  "start": {
                    "line": 43,
                    "column": 4
                  },
                  "end": {
                    "line": 52,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1154,
                  "end": 1160,
                  "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": 1161,
                    "end": 1338,
                    "loc": {
                      "start": {
                        "line": 43,
                        "column": 11
                      },
                      "end": {
                        "line": 49,
                        "column": 10
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1161,
                      "end": 1171,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 11
                        },
                        "end": {
                          "line": 43,
                          "column": 21
                        },
                        "identifierName": "conditions"
                      },
                      "name": "conditions"
                    },
                    "right": {
                      "type": "AssignmentExpression",
                      "start": 1174,
                      "end": 1338,
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 24
                        },
                        "end": {
                          "line": 49,
                          "column": 10
                        }
                      },
                      "operator": "=",
                      "left": {
                        "type": "ObjectPattern",
                        "start": 1174,
                        "end": 1333,
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 24
                          },
                          "end": {
                            "line": 49,
                            "column": 5
                          }
                        },
                        "properties": [
                          {
                            "type": "ObjectProperty",
                            "start": 1184,
                            "end": 1201,
                            "loc": {
                              "start": {
                                "line": 44,
                                "column": 8
                              },
                              "end": {
                                "line": 44,
                                "column": 25
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1184,
                              "end": 1189,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 13
                                },
                                "identifierName": "track"
                              },
                              "name": "track"
                            },
                            "value": {
                              "type": "AssignmentPattern",
                              "start": 1184,
                              "end": 1201,
                              "loc": {
                                "start": {
                                  "line": 44,
                                  "column": 8
                                },
                                "end": {
                                  "line": 44,
                                  "column": 25
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1184,
                                "end": 1189,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 13
                                  },
                                  "identifierName": "track"
                                },
                                "name": "track"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1192,
                                "end": 1201,
                                "loc": {
                                  "start": {
                                    "line": 44,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 44,
                                    "column": 25
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 1211,
                            "end": 1228,
                            "loc": {
                              "start": {
                                "line": 45,
                                "column": 8
                              },
                              "end": {
                                "line": 45,
                                "column": 25
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1211,
                              "end": 1216,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 45,
                                  "column": 13
                                },
                                "identifierName": "album"
                              },
                              "name": "album"
                            },
                            "value": {
                              "type": "AssignmentPattern",
                              "start": 1211,
                              "end": 1228,
                              "loc": {
                                "start": {
                                  "line": 45,
                                  "column": 8
                                },
                                "end": {
                                  "line": 45,
                                  "column": 25
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1211,
                                "end": 1216,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 13
                                  },
                                  "identifierName": "album"
                                },
                                "name": "album"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1219,
                                "end": 1228,
                                "loc": {
                                  "start": {
                                    "line": 45,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 45,
                                    "column": 25
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 1238,
                            "end": 1256,
                            "loc": {
                              "start": {
                                "line": 46,
                                "column": 8
                              },
                              "end": {
                                "line": 46,
                                "column": 26
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1238,
                              "end": 1244,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 14
                                },
                                "identifierName": "artist"
                              },
                              "name": "artist"
                            },
                            "value": {
                              "type": "AssignmentPattern",
                              "start": 1238,
                              "end": 1256,
                              "loc": {
                                "start": {
                                  "line": 46,
                                  "column": 8
                                },
                                "end": {
                                  "line": 46,
                                  "column": 26
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1238,
                                "end": 1244,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 14
                                  },
                                  "identifierName": "artist"
                                },
                                "name": "artist"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1247,
                                "end": 1256,
                                "loc": {
                                  "start": {
                                    "line": 46,
                                    "column": 17
                                  },
                                  "end": {
                                    "line": 46,
                                    "column": 26
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 1266,
                            "end": 1286,
                            "loc": {
                              "start": {
                                "line": 47,
                                "column": 8
                              },
                              "end": {
                                "line": 47,
                                "column": 28
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1266,
                              "end": 1274,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 16
                                },
                                "identifierName": "playlist"
                              },
                              "name": "playlist"
                            },
                            "value": {
                              "type": "AssignmentPattern",
                              "start": 1266,
                              "end": 1286,
                              "loc": {
                                "start": {
                                  "line": 47,
                                  "column": 8
                                },
                                "end": {
                                  "line": 47,
                                  "column": 28
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1266,
                                "end": 1274,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 16
                                  },
                                  "identifierName": "playlist"
                                },
                                "name": "playlist"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1277,
                                "end": 1286,
                                "loc": {
                                  "start": {
                                    "line": 47,
                                    "column": 19
                                  },
                                  "end": {
                                    "line": 47,
                                    "column": 28
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "extra": {
                              "shorthand": true
                            }
                          },
                          {
                            "type": "ObjectProperty",
                            "start": 1296,
                            "end": 1327,
                            "loc": {
                              "start": {
                                "line": 48,
                                "column": 8
                              },
                              "end": {
                                "line": 48,
                                "column": 39
                              }
                            },
                            "method": false,
                            "shorthand": true,
                            "computed": false,
                            "key": {
                              "type": "Identifier",
                              "start": 1296,
                              "end": 1315,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 27
                                },
                                "identifierName": "available_territory"
                              },
                              "name": "available_territory"
                            },
                            "value": {
                              "type": "AssignmentPattern",
                              "start": 1296,
                              "end": 1327,
                              "loc": {
                                "start": {
                                  "line": 48,
                                  "column": 8
                                },
                                "end": {
                                  "line": 48,
                                  "column": 39
                                }
                              },
                              "left": {
                                "type": "Identifier",
                                "start": 1296,
                                "end": 1315,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 27
                                  },
                                  "identifierName": "available_territory"
                                },
                                "name": "available_territory"
                              },
                              "right": {
                                "type": "Identifier",
                                "start": 1318,
                                "end": 1327,
                                "loc": {
                                  "start": {
                                    "line": 48,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 48,
                                    "column": 39
                                  },
                                  "identifierName": "undefined"
                                },
                                "name": "undefined"
                              }
                            },
                            "extra": {
                              "shorthand": true
                            }
                          }
                        ]
                      },
                      "right": {
                        "type": "ObjectExpression",
                        "start": 1336,
                        "end": 1338,
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 8
                          },
                          "end": {
                            "line": 49,
                            "column": 10
                          }
                        },
                        "properties": []
                      }
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1340,
                  "end": 1410,
                  "loc": {
                    "start": {
                      "line": 49,
                      "column": 12
                    },
                    "end": {
                      "line": 52,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1350,
                      "end": 1384,
                      "loc": {
                        "start": {
                          "line": 50,
                          "column": 8
                        },
                        "end": {
                          "line": 50,
                          "column": 42
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1350,
                        "end": 1384,
                        "loc": {
                          "start": {
                            "line": 50,
                            "column": 8
                          },
                          "end": {
                            "line": 50,
                            "column": 42
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1350,
                          "end": 1371,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 8
                            },
                            "end": {
                              "line": 50,
                              "column": 29
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1350,
                            "end": 1354,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 8
                              },
                              "end": {
                                "line": 50,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1355,
                            "end": 1371,
                            "loc": {
                              "start": {
                                "line": 50,
                                "column": 13
                              },
                              "end": {
                                "line": 50,
                                "column": 29
                              },
                              "identifierName": "filterConditions"
                            },
                            "name": "filterConditions"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1374,
                          "end": 1384,
                          "loc": {
                            "start": {
                              "line": 50,
                              "column": 32
                            },
                            "end": {
                              "line": 50,
                              "column": 42
                            },
                            "identifierName": "conditions"
                          },
                          "name": "conditions"
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1393,
                      "end": 1404,
                      "loc": {
                        "start": {
                          "line": 51,
                          "column": 8
                        },
                        "end": {
                          "line": 51,
                          "column": 19
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 1400,
                        "end": 1404,
                        "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": 569,
                    "end": 1149,
                    "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://kkbox.gelato.io/docs/versions/1.1/resources/search\n     ",
                    "start": 1416,
                    "end": 1864,
                    "loc": {
                      "start": {
                        "line": 54,
                        "column": 4
                      },
                      "end": {
                        "line": 61,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 1869,
                "end": 1987,
                "loc": {
                  "start": {
                    "line": 62,
                    "column": 4
                  },
                  "end": {
                    "line": 66,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 1869,
                  "end": 1886,
                  "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": 1887,
                    "end": 1888,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 22
                      },
                      "end": {
                        "line": 62,
                        "column": 23
                      },
                      "identifierName": "q"
                    },
                    "name": "q"
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 1890,
                    "end": 1906,
                    "loc": {
                      "start": {
                        "line": 62,
                        "column": 25
                      },
                      "end": {
                        "line": 62,
                        "column": 41
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 1890,
                      "end": 1894,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 25
                        },
                        "end": {
                          "line": 62,
                          "column": 29
                        },
                        "identifierName": "type"
                      },
                      "name": "type"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 1897,
                      "end": 1906,
                      "loc": {
                        "start": {
                          "line": 62,
                          "column": 32
                        },
                        "end": {
                          "line": 62,
                          "column": 41
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 1908,
                  "end": 1987,
                  "loc": {
                    "start": {
                      "line": 62,
                      "column": 43
                    },
                    "end": {
                      "line": 66,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 1918,
                      "end": 1928,
                      "loc": {
                        "start": {
                          "line": 63,
                          "column": 8
                        },
                        "end": {
                          "line": 63,
                          "column": 18
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1918,
                        "end": 1928,
                        "loc": {
                          "start": {
                            "line": 63,
                            "column": 8
                          },
                          "end": {
                            "line": 63,
                            "column": 18
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1918,
                          "end": 1924,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 8
                            },
                            "end": {
                              "line": 63,
                              "column": 14
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1918,
                            "end": 1922,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 8
                              },
                              "end": {
                                "line": 63,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1923,
                            "end": 1924,
                            "loc": {
                              "start": {
                                "line": 63,
                                "column": 13
                              },
                              "end": {
                                "line": 63,
                                "column": 14
                              },
                              "identifierName": "q"
                            },
                            "name": "q"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1927,
                          "end": 1928,
                          "loc": {
                            "start": {
                              "line": 63,
                              "column": 17
                            },
                            "end": {
                              "line": 63,
                              "column": 18
                            },
                            "identifierName": "q"
                          },
                          "name": "q"
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "start": 1937,
                      "end": 1953,
                      "loc": {
                        "start": {
                          "line": 64,
                          "column": 8
                        },
                        "end": {
                          "line": 64,
                          "column": 24
                        }
                      },
                      "expression": {
                        "type": "AssignmentExpression",
                        "start": 1937,
                        "end": 1953,
                        "loc": {
                          "start": {
                            "line": 64,
                            "column": 8
                          },
                          "end": {
                            "line": 64,
                            "column": 24
                          }
                        },
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "start": 1937,
                          "end": 1946,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 8
                            },
                            "end": {
                              "line": 64,
                              "column": 17
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 1937,
                            "end": 1941,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 8
                              },
                              "end": {
                                "line": 64,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 1942,
                            "end": 1946,
                            "loc": {
                              "start": {
                                "line": 64,
                                "column": 13
                              },
                              "end": {
                                "line": 64,
                                "column": 17
                              },
                              "identifierName": "type"
                            },
                            "name": "type"
                          },
                          "computed": false
                        },
                        "right": {
                          "type": "Identifier",
                          "start": 1949,
                          "end": 1953,
                          "loc": {
                            "start": {
                              "line": 64,
                              "column": 20
                            },
                            "end": {
                              "line": 64,
                              "column": 24
                            },
                            "identifierName": "type"
                          },
                          "name": "type"
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "start": 1970,
                      "end": 1981,
                      "loc": {
                        "start": {
                          "line": 65,
                          "column": 8
                        },
                        "end": {
                          "line": 65,
                          "column": 19
                        }
                      },
                      "argument": {
                        "type": "ThisExpression",
                        "start": 1977,
                        "end": 1981,
                        "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://kkbox.gelato.io/docs/versions/1.1/resources/search\n     ",
                    "start": 1416,
                    "end": 1864,
                    "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     * @see https://kkbox.gelato.io/docs/versions/1.1/resources/search/endpoints/get-search\n     ",
                    "start": 1993,
                    "end": 2367,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 76,
                        "column": 7
                      }
                    }
                  }
                ]
              },
              {
                "type": "ClassMethod",
                "start": 2372,
                "end": 2670,
                "loc": {
                  "start": {
                    "line": 77,
                    "column": 4
                  },
                  "end": {
                    "line": 85,
                    "column": 5
                  }
                },
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "start": 2372,
                  "end": 2389,
                  "loc": {
                    "start": {
                      "line": 77,
                      "column": 4
                    },
                    "end": {
                      "line": 77,
                      "column": 21
                    },
                    "identifierName": "fetchSearchResult"
                  },
                  "name": "fetchSearchResult",
                  "leadingComments": null
                },
                "static": false,
                "kind": "method",
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "AssignmentPattern",
                    "start": 2390,
                    "end": 2407,
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 22
                      },
                      "end": {
                        "line": 77,
                        "column": 39
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 2390,
                      "end": 2395,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 22
                        },
                        "end": {
                          "line": 77,
                          "column": 27
                        },
                        "identifierName": "limit"
                      },
                      "name": "limit"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 2398,
                      "end": 2407,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 30
                        },
                        "end": {
                          "line": 77,
                          "column": 39
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  },
                  {
                    "type": "AssignmentPattern",
                    "start": 2409,
                    "end": 2427,
                    "loc": {
                      "start": {
                        "line": 77,
                        "column": 41
                      },
                      "end": {
                        "line": 77,
                        "column": 59
                      }
                    },
                    "left": {
                      "type": "Identifier",
                      "start": 2409,
                      "end": 2415,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 41
                        },
                        "end": {
                          "line": 77,
                          "column": 47
                        },
                        "identifierName": "offset"
                      },
                      "name": "offset"
                    },
                    "right": {
                      "type": "Identifier",
                      "start": 2418,
                      "end": 2427,
                      "loc": {
                        "start": {
                          "line": 77,
                          "column": 50
                        },
                        "end": {
                          "line": 77,
                          "column": 59
                        },
                        "identifierName": "undefined"
                      },
                      "name": "undefined"
                    }
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 2429,
                  "end": 2670,
                  "loc": {
                    "start": {
                      "line": 77,
                      "column": 61
                    },
                    "end": {
                      "line": 85,
                      "column": 5
                    }
                  },
                  "body": [
                    {
                      "type": "ReturnStatement",
                      "start": 2439,
                      "end": 2664,
                      "loc": {
                        "start": {
                          "line": 78,
                          "column": 8
                        },
                        "end": {
                          "line": 84,
                          "column": 36
                        }
                      },
                      "argument": {
                        "type": "CallExpression",
                        "start": 2446,
                        "end": 2664,
                        "loc": {
                          "start": {
                            "line": 78,
                            "column": 15
                          },
                          "end": {
                            "line": 84,
                            "column": 36
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 2446,
                          "end": 2643,
                          "loc": {
                            "start": {
                              "line": 78,
                              "column": 15
                            },
                            "end": {
                              "line": 84,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "CallExpression",
                            "start": 2446,
                            "end": 2638,
                            "loc": {
                              "start": {
                                "line": 78,
                                "column": 15
                              },
                              "end": {
                                "line": 84,
                                "column": 10
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2446,
                              "end": 2459,
                              "loc": {
                                "start": {
                                  "line": 78,
                                  "column": 15
                                },
                                "end": {
                                  "line": 78,
                                  "column": 28
                                }
                              },
                              "object": {
                                "type": "MemberExpression",
                                "start": 2446,
                                "end": 2455,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 15
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 2446,
                                  "end": 2450,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 19
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2451,
                                  "end": 2455,
                                  "loc": {
                                    "start": {
                                      "line": 78,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 78,
                                      "column": 24
                                    },
                                    "identifierName": "http"
                                  },
                                  "name": "http"
                                },
                                "computed": false
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2456,
                                "end": 2459,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 28
                                  },
                                  "identifierName": "get"
                                },
                                "name": "get"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "Identifier",
                                "start": 2460,
                                "end": 2468,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 78,
                                    "column": 37
                                  },
                                  "identifierName": "ENDPOINT"
                                },
                                "name": "ENDPOINT"
                              },
                              {
                                "type": "ObjectExpression",
                                "start": 2470,
                                "end": 2637,
                                "loc": {
                                  "start": {
                                    "line": 78,
                                    "column": 39
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 9
                                  }
                                },
                                "properties": [
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2484,
                                    "end": 2493,
                                    "loc": {
                                      "start": {
                                        "line": 79,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 79,
                                        "column": 21
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2484,
                                      "end": 2485,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 13
                                        },
                                        "identifierName": "q"
                                      },
                                      "name": "q"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 2487,
                                      "end": 2493,
                                      "loc": {
                                        "start": {
                                          "line": 79,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 79,
                                          "column": 21
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2487,
                                        "end": 2491,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 15
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 19
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2492,
                                        "end": 2493,
                                        "loc": {
                                          "start": {
                                            "line": 79,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 79,
                                            "column": 21
                                          },
                                          "identifierName": "q"
                                        },
                                        "name": "q"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2507,
                                    "end": 2522,
                                    "loc": {
                                      "start": {
                                        "line": 80,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 80,
                                        "column": 27
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2507,
                                      "end": 2511,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 16
                                        },
                                        "identifierName": "type"
                                      },
                                      "name": "type"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 2513,
                                      "end": 2522,
                                      "loc": {
                                        "start": {
                                          "line": 80,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 80,
                                          "column": 27
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2513,
                                        "end": 2517,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2518,
                                        "end": 2522,
                                        "loc": {
                                          "start": {
                                            "line": 80,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 80,
                                            "column": 27
                                          },
                                          "identifierName": "type"
                                        },
                                        "name": "type"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2536,
                                    "end": 2561,
                                    "loc": {
                                      "start": {
                                        "line": 81,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 81,
                                        "column": 37
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2536,
                                      "end": 2545,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 21
                                        },
                                        "identifierName": "territory"
                                      },
                                      "name": "territory"
                                    },
                                    "value": {
                                      "type": "MemberExpression",
                                      "start": 2547,
                                      "end": 2561,
                                      "loc": {
                                        "start": {
                                          "line": 81,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 81,
                                          "column": 37
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 2547,
                                        "end": 2551,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 27
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 2552,
                                        "end": 2561,
                                        "loc": {
                                          "start": {
                                            "line": 81,
                                            "column": 28
                                          },
                                          "end": {
                                            "line": 81,
                                            "column": 37
                                          },
                                          "identifierName": "territory"
                                        },
                                        "name": "territory"
                                      },
                                      "computed": false
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2575,
                                    "end": 2587,
                                    "loc": {
                                      "start": {
                                        "line": 82,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 82,
                                        "column": 24
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2575,
                                      "end": 2580,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 17
                                        },
                                        "identifierName": "limit"
                                      },
                                      "name": "limit"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 2582,
                                      "end": 2587,
                                      "loc": {
                                        "start": {
                                          "line": 82,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 82,
                                          "column": 24
                                        },
                                        "identifierName": "limit"
                                      },
                                      "name": "limit"
                                    }
                                  },
                                  {
                                    "type": "ObjectProperty",
                                    "start": 2601,
                                    "end": 2615,
                                    "loc": {
                                      "start": {
                                        "line": 83,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 83,
                                        "column": 26
                                      }
                                    },
                                    "method": false,
                                    "shorthand": false,
                                    "computed": false,
                                    "key": {
                                      "type": "Identifier",
                                      "start": 2601,
                                      "end": 2607,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 18
                                        },
                                        "identifierName": "offset"
                                      },
                                      "name": "offset"
                                    },
                                    "value": {
                                      "type": "Identifier",
                                      "start": 2609,
                                      "end": 2615,
                                      "loc": {
                                        "start": {
                                          "line": 83,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 83,
                                          "column": 26
                                        },
                                        "identifierName": "offset"
                                      },
                                      "name": "offset"
                                    }
                                  }
                                ]
                              }
                            ]
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 2639,
                            "end": 2643,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 11
                              },
                              "end": {
                                "line": 84,
                                "column": 15
                              },
                              "identifierName": "then"
                            },
                            "name": "then"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "CallExpression",
                            "start": 2644,
                            "end": 2663,
                            "loc": {
                              "start": {
                                "line": 84,
                                "column": 16
                              },
                              "end": {
                                "line": 84,
                                "column": 35
                              }
                            },
                            "callee": {
                              "type": "MemberExpression",
                              "start": 2644,
                              "end": 2657,
                              "loc": {
                                "start": {
                                  "line": 84,
                                  "column": 16
                                },
                                "end": {
                                  "line": 84,
                                  "column": 29
                                }
                              },
                              "object": {
                                "type": "Identifier",
                                "start": 2644,
                                "end": 2652,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 24
                                  },
                                  "identifierName": "doFilter"
                                },
                                "name": "doFilter"
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 2653,
                                "end": 2657,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 84,
                                    "column": 29
                                  },
                                  "identifierName": "bind"
                                },
                                "name": "bind"
                              },
                              "computed": false
                            },
                            "arguments": [
                              {
                                "type": "ThisExpression",
                                "start": 2658,
                                "end": 2662,
                                "loc": {
                                  "start": {
                                    "line": 84,
                                    "column": 30
                                  },
                                  "end": {
                                    "line": 84,
                                    "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     * @see https://kkbox.gelato.io/docs/versions/1.1/resources/search/endpoints/get-search\n     ",
                    "start": 1993,
                    "end": 2367,
                    "loc": {
                      "start": {
                        "line": 68,
                        "column": 4
                      },
                      "end": {
                        "line": 76,
                        "column": 7
                      }
                    }
                  }
                ]
              }
            ]
          },
          "leadingComments": [
            {
              "type": "CommentBlock",
              "value": "*\n * Search API.\n * @see https://kkbox.gelato.io/docs/versions/1.1/resources/search\n ",
              "start": 80,
              "end": 169,
              "loc": {
                "start": {
                  "line": 4,
                  "column": 0
                },
                "end": {
                  "line": 7,
                  "column": 3
                }
              }
            }
          ],
          "trailingComments": []
        },
        "leadingComments": [
          {
            "type": "CommentBlock",
            "value": "*\n * Search API.\n * @see https://kkbox.gelato.io/docs/versions/1.1/resources/search\n ",
            "start": 80,
            "end": 169,
            "loc": {
              "start": {
                "line": 4,
                "column": 0
              },
              "end": {
                "line": 7,
                "column": 3
              }
            }
          }
        ]
      },
      {
        "type": "FunctionDeclaration",
        "start": 2674,
        "end": 7045,
        "loc": {
          "start": {
            "line": 88,
            "column": 0
          },
          "end": {
            "line": 166,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 2683,
          "end": 2691,
          "loc": {
            "start": {
              "line": 88,
              "column": 9
            },
            "end": {
              "line": 88,
              "column": 17
            },
            "identifierName": "doFilter"
          },
          "name": "doFilter"
        },
        "generator": false,
        "expression": false,
        "async": false,
        "params": [
          {
            "type": "Identifier",
            "start": 2692,
            "end": 2700,
            "loc": {
              "start": {
                "line": 88,
                "column": 18
              },
              "end": {
                "line": 88,
                "column": 26
              },
              "identifierName": "response"
            },
            "name": "response"
          }
        ],
        "body": {
          "type": "BlockStatement",
          "start": 2702,
          "end": 7045,
          "loc": {
            "start": {
              "line": 88,
              "column": 28
            },
            "end": {
              "line": 166,
              "column": 1
            }
          },
          "body": [
            {
              "type": "IfStatement",
              "start": 2708,
              "end": 7043,
              "loc": {
                "start": {
                  "line": 89,
                  "column": 4
                },
                "end": {
                  "line": 165,
                  "column": 5
                }
              },
              "test": {
                "type": "BinaryExpression",
                "start": 2712,
                "end": 2747,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 8
                  },
                  "end": {
                    "line": 89,
                    "column": 43
                  }
                },
                "left": {
                  "type": "MemberExpression",
                  "start": 2712,
                  "end": 2733,
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 8
                    },
                    "end": {
                      "line": 89,
                      "column": 29
                    }
                  },
                  "object": {
                    "type": "ThisExpression",
                    "start": 2712,
                    "end": 2716,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 8
                      },
                      "end": {
                        "line": 89,
                        "column": 12
                      }
                    }
                  },
                  "property": {
                    "type": "Identifier",
                    "start": 2717,
                    "end": 2733,
                    "loc": {
                      "start": {
                        "line": 89,
                        "column": 13
                      },
                      "end": {
                        "line": 89,
                        "column": 29
                      },
                      "identifierName": "filterConditions"
                    },
                    "name": "filterConditions"
                  },
                  "computed": false
                },
                "operator": "!==",
                "right": {
                  "type": "Identifier",
                  "start": 2738,
                  "end": 2747,
                  "loc": {
                    "start": {
                      "line": 89,
                      "column": 34
                    },
                    "end": {
                      "line": 89,
                      "column": 43
                    },
                    "identifierName": "undefined"
                  },
                  "name": "undefined"
                }
              },
              "consequent": {
                "type": "BlockStatement",
                "start": 2749,
                "end": 7006,
                "loc": {
                  "start": {
                    "line": 89,
                    "column": 45
                  },
                  "end": {
                    "line": 163,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "VariableDeclaration",
                    "start": 2759,
                    "end": 6929,
                    "loc": {
                      "start": {
                        "line": 90,
                        "column": 8
                      },
                      "end": {
                        "line": 161,
                        "column": 10
                      }
                    },
                    "declarations": [
                      {
                        "type": "VariableDeclarator",
                        "start": 2765,
                        "end": 6929,
                        "loc": {
                          "start": {
                            "line": 90,
                            "column": 14
                          },
                          "end": {
                            "line": 161,
                            "column": 10
                          }
                        },
                        "id": {
                          "type": "Identifier",
                          "start": 2765,
                          "end": 2769,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 14
                            },
                            "end": {
                              "line": 90,
                              "column": 18
                            },
                            "identifierName": "data"
                          },
                          "name": "data"
                        },
                        "init": {
                          "type": "CallExpression",
                          "start": 2772,
                          "end": 6929,
                          "loc": {
                            "start": {
                              "line": 90,
                              "column": 21
                            },
                            "end": {
                              "line": 161,
                              "column": 10
                            }
                          },
                          "callee": {
                            "type": "MemberExpression",
                            "start": 2772,
                            "end": 2802,
                            "loc": {
                              "start": {
                                "line": 90,
                                "column": 21
                              },
                              "end": {
                                "line": 90,
                                "column": 51
                              }
                            },
                            "object": {
                              "type": "CallExpression",
                              "start": 2772,
                              "end": 2798,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 21
                                },
                                "end": {
                                  "line": 90,
                                  "column": 47
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 2772,
                                "end": 2783,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 90,
                                    "column": 32
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 2772,
                                  "end": 2778,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 27
                                    },
                                    "identifierName": "Object"
                                  },
                                  "name": "Object"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 2779,
                                  "end": 2783,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 28
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 32
                                    },
                                    "identifierName": "keys"
                                  },
                                  "name": "keys"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "MemberExpression",
                                  "start": 2784,
                                  "end": 2797,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 46
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 2784,
                                    "end": 2792,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 41
                                      },
                                      "identifierName": "response"
                                    },
                                    "name": "response"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 2793,
                                    "end": 2797,
                                    "loc": {
                                      "start": {
                                        "line": 90,
                                        "column": 42
                                      },
                                      "end": {
                                        "line": 90,
                                        "column": 46
                                      },
                                      "identifierName": "data"
                                    },
                                    "name": "data"
                                  },
                                  "computed": false
                                }
                              ]
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 2799,
                              "end": 2802,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 48
                                },
                                "end": {
                                  "line": 90,
                                  "column": 51
                                },
                                "identifierName": "map"
                              },
                              "name": "map"
                            },
                            "computed": false
                          },
                          "arguments": [
                            {
                              "type": "ArrowFunctionExpression",
                              "start": 2803,
                              "end": 6928,
                              "loc": {
                                "start": {
                                  "line": 90,
                                  "column": 52
                                },
                                "end": {
                                  "line": 161,
                                  "column": 9
                                }
                              },
                              "id": null,
                              "generator": false,
                              "expression": false,
                              "async": false,
                              "params": [
                                {
                                  "type": "Identifier",
                                  "start": 2803,
                                  "end": 2806,
                                  "loc": {
                                    "start": {
                                      "line": 90,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 90,
                                      "column": 55
                                    },
                                    "identifierName": "key"
                                  },
                                  "name": "key"
                                }
                              ],
                              "body": {
                                "type": "BlockStatement",
                                "start": 2810,
                                "end": 6928,
                                "loc": {
                                  "start": {
                                    "line": 90,
                                    "column": 59
                                  },
                                  "end": {
                                    "line": 161,
                                    "column": 9
                                  }
                                },
                                "body": [
                                  {
                                    "type": "SwitchStatement",
                                    "start": 2824,
                                    "end": 6918,
                                    "loc": {
                                      "start": {
                                        "line": 91,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 160,
                                        "column": 13
                                      }
                                    },
                                    "discriminant": {
                                      "type": "Identifier",
                                      "start": 2832,
                                      "end": 2835,
                                      "loc": {
                                        "start": {
                                          "line": 91,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 91,
                                          "column": 23
                                        },
                                        "identifierName": "key"
                                      },
                                      "name": "key"
                                    },
                                    "cases": [
                                      {
                                        "type": "SwitchCase",
                                        "start": 2855,
                                        "end": 4274,
                                        "loc": {
                                          "start": {
                                            "line": 92,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 113,
                                            "column": 21
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 2890,
                                            "end": 4274,
                                            "loc": {
                                              "start": {
                                                "line": 93,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 113,
                                                "column": 21
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 2897,
                                              "end": 4274,
                                              "loc": {
                                                "start": {
                                                  "line": 93,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 113,
                                                  "column": 21
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 2923,
                                                  "end": 4252,
                                                  "loc": {
                                                    "start": {
                                                      "line": 94,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 112,
                                                      "column": 26
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 2924,
                                                    "end": 2927,
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 94,
                                                        "column": 28
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 2930,
                                                    "end": 4252,
                                                    "loc": {
                                                      "start": {
                                                        "line": 94,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 112,
                                                        "column": 26
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 2930,
                                                      "end": 2943,
                                                      "loc": {
                                                        "start": {
                                                          "line": 94,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 94,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 2930,
                                                        "end": 2936,
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 94,
                                                            "column": 37
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 2937,
                                                        "end": 2943,
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 94,
                                                            "column": 44
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 2944,
                                                        "end": 2962,
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 94,
                                                            "column": 63
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 2944,
                                                          "end": 2957,
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 2944,
                                                            "end": 2952,
                                                            "loc": {
                                                              "start": {
                                                                "line": 94,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 94,
                                                                "column": 53
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 2953,
                                                            "end": 2957,
                                                            "loc": {
                                                              "start": {
                                                                "line": 94,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 94,
                                                                "column": 58
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 2958,
                                                          "end": 2961,
                                                          "loc": {
                                                            "start": {
                                                              "line": 94,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 94,
                                                              "column": 62
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 2964,
                                                        "end": 4251,
                                                        "loc": {
                                                          "start": {
                                                            "line": 94,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 112,
                                                            "column": 25
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 2994,
                                                            "end": 4225,
                                                            "loc": {
                                                              "start": {
                                                                "line": 95,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 111,
                                                                "column": 34
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 2994,
                                                              "end": 2998,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 95,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 95,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 3000,
                                                              "end": 4225,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 95,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 111,
                                                                  "column": 34
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 3000,
                                                                "end": 3063,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 95,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 96,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 3000,
                                                                  "end": 3023,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 95,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 95,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 3000,
                                                                    "end": 3018,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 95,
                                                                        "column": 34
                                                                      },
                                                                      "end": {
                                                                        "line": 95,
                                                                        "column": 52
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 3000,
                                                                      "end": 3013,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 95,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 95,
                                                                          "column": 47
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 3000,
                                                                        "end": 3008,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 95,
                                                                            "column": 34
                                                                          },
                                                                          "end": {
                                                                            "line": 95,
                                                                            "column": 42
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 3009,
                                                                        "end": 3013,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 95,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 95,
                                                                            "column": 47
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 3014,
                                                                      "end": 3017,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 95,
                                                                          "column": 48
                                                                        },
                                                                        "end": {
                                                                          "line": 95,
                                                                          "column": 51
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 3019,
                                                                    "end": 3023,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 95,
                                                                        "column": 53
                                                                      },
                                                                      "end": {
                                                                        "line": 95,
                                                                        "column": 57
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 3057,
                                                                  "end": 3063,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 96,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 96,
                                                                      "column": 39
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 3064,
                                                                  "end": 4224,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 96,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 111,
                                                                      "column": 33
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 3064,
                                                                      "end": 3069,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 96,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 96,
                                                                          "column": 45
                                                                        },
                                                                        "identifierName": "track"
                                                                      },
                                                                      "name": "track"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 3073,
                                                                    "end": 4224,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 96,
                                                                        "column": 49
                                                                      },
                                                                      "end": {
                                                                        "line": 111,
                                                                        "column": 33
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 3111,
                                                                        "end": 3388,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 97,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 100,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 3115,
                                                                          "end": 3294,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 97,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 98,
                                                                              "column": 120
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 3115,
                                                                            "end": 3170,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 97,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 97,
                                                                                "column": 95
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 3115,
                                                                              "end": 3156,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 97,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 97,
                                                                                  "column": 81
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3115,
                                                                                "end": 3136,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 97,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 97,
                                                                                    "column": 61
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 3115,
                                                                                  "end": 3119,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 97,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 97,
                                                                                      "column": 44
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3120,
                                                                                  "end": 3136,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 97,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 97,
                                                                                      "column": 61
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 3137,
                                                                                "end": 3156,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 97,
                                                                                    "column": 62
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 97,
                                                                                    "column": 81
                                                                                  },
                                                                                  "identifierName": "available_territory"
                                                                                },
                                                                                "name": "available_territory"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 3161,
                                                                              "end": 3170,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 97,
                                                                                  "column": 86
                                                                                },
                                                                                "end": {
                                                                                  "line": 97,
                                                                                  "column": 95
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 3214,
                                                                            "end": 3294,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 98,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 98,
                                                                                "column": 120
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 3215,
                                                                              "end": 3294,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 98,
                                                                                  "column": 41
                                                                                },
                                                                                "end": {
                                                                                  "line": 98,
                                                                                  "column": 120
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3215,
                                                                                "end": 3251,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 98,
                                                                                    "column": 41
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 98,
                                                                                    "column": 77
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3215,
                                                                                  "end": 3242,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 98,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 98,
                                                                                      "column": 68
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3215,
                                                                                    "end": 3220,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 98,
                                                                                        "column": 41
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 98,
                                                                                        "column": 46
                                                                                      },
                                                                                      "identifierName": "track"
                                                                                    },
                                                                                    "name": "track"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3221,
                                                                                    "end": 3242,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 98,
                                                                                        "column": 47
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 98,
                                                                                        "column": 68
                                                                                      },
                                                                                      "identifierName": "available_territories"
                                                                                    },
                                                                                    "name": "available_territories"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3243,
                                                                                  "end": 3251,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 98,
                                                                                      "column": 69
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 98,
                                                                                      "column": 77
                                                                                    },
                                                                                    "identifierName": "includes"
                                                                                  },
                                                                                  "name": "includes"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3252,
                                                                                  "end": 3293,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 98,
                                                                                      "column": 78
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 98,
                                                                                      "column": 119
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 3252,
                                                                                    "end": 3273,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 98,
                                                                                        "column": 78
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 98,
                                                                                        "column": 99
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "ThisExpression",
                                                                                      "start": 3252,
                                                                                      "end": 3256,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 98,
                                                                                          "column": 78
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 98,
                                                                                          "column": 82
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 3257,
                                                                                      "end": 3273,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 98,
                                                                                          "column": 83
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 98,
                                                                                          "column": 99
                                                                                        },
                                                                                        "identifierName": "filterConditions"
                                                                                      },
                                                                                      "name": "filterConditions"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3274,
                                                                                    "end": 3293,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 98,
                                                                                        "column": 100
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 98,
                                                                                        "column": 119
                                                                                      },
                                                                                      "identifierName": "available_territory"
                                                                                    },
                                                                                    "name": "available_territory"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 3296,
                                                                          "end": 3388,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 98,
                                                                              "column": 122
                                                                            },
                                                                            "end": {
                                                                              "line": 100,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 3338,
                                                                              "end": 3350,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 99,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 99,
                                                                                  "column": 52
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 3345,
                                                                                "end": 3350,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 99,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 99,
                                                                                    "column": 52
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 3425,
                                                                        "end": 3679,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 101,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 104,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 3429,
                                                                          "end": 3585,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 101,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 102,
                                                                              "column": 111
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 3429,
                                                                            "end": 3470,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 101,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 101,
                                                                                "column": 81
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 3429,
                                                                              "end": 3456,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 101,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 101,
                                                                                  "column": 67
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3429,
                                                                                "end": 3450,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 101,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 101,
                                                                                    "column": 61
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 3429,
                                                                                  "end": 3433,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 101,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 101,
                                                                                      "column": 44
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3434,
                                                                                  "end": 3450,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 101,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 101,
                                                                                      "column": 61
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 3451,
                                                                                "end": 3456,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 101,
                                                                                    "column": 62
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 101,
                                                                                    "column": 67
                                                                                  },
                                                                                  "identifierName": "track"
                                                                                },
                                                                                "name": "track"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 3461,
                                                                              "end": 3470,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 101,
                                                                                  "column": 72
                                                                                },
                                                                                "end": {
                                                                                  "line": 101,
                                                                                  "column": 81
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 3514,
                                                                            "end": 3585,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 102,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 102,
                                                                                "column": 111
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 3515,
                                                                              "end": 3585,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 102,
                                                                                  "column": 41
                                                                                },
                                                                                "end": {
                                                                                  "line": 102,
                                                                                  "column": 111
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3515,
                                                                                "end": 3573,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 102,
                                                                                    "column": 41
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 102,
                                                                                    "column": 99
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "NewExpression",
                                                                                  "start": 3515,
                                                                                  "end": 3568,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 102,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 102,
                                                                                      "column": 94
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3519,
                                                                                    "end": 3525,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 102,
                                                                                        "column": 45
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 102,
                                                                                        "column": 51
                                                                                      },
                                                                                      "identifierName": "RegExp"
                                                                                    },
                                                                                    "name": "RegExp"
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 3526,
                                                                                      "end": 3567,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 102,
                                                                                          "column": 52
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 102,
                                                                                          "column": 93
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 3526,
                                                                                        "end": 3560,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 102,
                                                                                            "column": 52
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 102,
                                                                                            "column": 86
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 3526,
                                                                                          "end": 3530,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 102,
                                                                                              "column": 52
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 102,
                                                                                              "column": 56
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 3533,
                                                                                          "end": 3560,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 102,
                                                                                              "column": 59
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 102,
                                                                                              "column": 86
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 3533,
                                                                                            "end": 3554,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 102,
                                                                                                "column": 59
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 102,
                                                                                                "column": 80
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "ThisExpression",
                                                                                              "start": 3533,
                                                                                              "end": 3537,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 102,
                                                                                                  "column": 59
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 102,
                                                                                                  "column": 63
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 3538,
                                                                                              "end": 3554,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 102,
                                                                                                  "column": 64
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 102,
                                                                                                  "column": 80
                                                                                                },
                                                                                                "identifierName": "filterConditions"
                                                                                              },
                                                                                              "name": "filterConditions"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 3555,
                                                                                            "end": 3560,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 102,
                                                                                                "column": 81
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 102,
                                                                                                "column": 86
                                                                                              },
                                                                                              "identifierName": "track"
                                                                                            },
                                                                                            "name": "track"
                                                                                          },
                                                                                          "computed": false
                                                                                        }
                                                                                      },
                                                                                      "operator": "+",
                                                                                      "right": {
                                                                                        "type": "StringLiteral",
                                                                                        "start": 3563,
                                                                                        "end": 3567,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 102,
                                                                                            "column": 89
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 102,
                                                                                            "column": 93
                                                                                          }
                                                                                        },
                                                                                        "extra": {
                                                                                          "rawValue": ".*",
                                                                                          "raw": "'.*'"
                                                                                        },
                                                                                        "value": ".*"
                                                                                      }
                                                                                    }
                                                                                  ]
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3569,
                                                                                  "end": 3573,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 102,
                                                                                      "column": 95
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 102,
                                                                                      "column": 99
                                                                                    },
                                                                                    "identifierName": "test"
                                                                                  },
                                                                                  "name": "test"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3574,
                                                                                  "end": 3584,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 102,
                                                                                      "column": 100
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 102,
                                                                                      "column": 110
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3574,
                                                                                    "end": 3579,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 102,
                                                                                        "column": 100
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 102,
                                                                                        "column": 105
                                                                                      },
                                                                                      "identifierName": "track"
                                                                                    },
                                                                                    "name": "track"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3580,
                                                                                    "end": 3584,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 102,
                                                                                        "column": 106
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 102,
                                                                                        "column": 110
                                                                                      },
                                                                                      "identifierName": "name"
                                                                                    },
                                                                                    "name": "name"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 3587,
                                                                          "end": 3679,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 102,
                                                                              "column": 113
                                                                            },
                                                                            "end": {
                                                                              "line": 104,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 3629,
                                                                              "end": 3641,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 103,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 103,
                                                                                  "column": 52
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 3636,
                                                                                "end": 3641,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 103,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 103,
                                                                                    "column": 52
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 3716,
                                                                        "end": 3976,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 105,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 108,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 3720,
                                                                          "end": 3882,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 105,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 106,
                                                                              "column": 117
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 3720,
                                                                            "end": 3761,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 105,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 105,
                                                                                "column": 81
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 3720,
                                                                              "end": 3747,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 105,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 105,
                                                                                  "column": 67
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3720,
                                                                                "end": 3741,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 105,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 105,
                                                                                    "column": 61
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 3720,
                                                                                  "end": 3724,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 105,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 105,
                                                                                      "column": 44
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3725,
                                                                                  "end": 3741,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 105,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 105,
                                                                                      "column": 61
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 3742,
                                                                                "end": 3747,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 105,
                                                                                    "column": 62
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 105,
                                                                                    "column": 67
                                                                                  },
                                                                                  "identifierName": "album"
                                                                                },
                                                                                "name": "album"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 3752,
                                                                              "end": 3761,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 105,
                                                                                  "column": 72
                                                                                },
                                                                                "end": {
                                                                                  "line": 105,
                                                                                  "column": 81
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 3805,
                                                                            "end": 3882,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 106,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 106,
                                                                                "column": 117
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 3806,
                                                                              "end": 3882,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 106,
                                                                                  "column": 41
                                                                                },
                                                                                "end": {
                                                                                  "line": 106,
                                                                                  "column": 117
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 3806,
                                                                                "end": 3864,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 106,
                                                                                    "column": 41
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 106,
                                                                                    "column": 99
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "NewExpression",
                                                                                  "start": 3806,
                                                                                  "end": 3859,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 106,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 106,
                                                                                      "column": 94
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3810,
                                                                                    "end": 3816,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 106,
                                                                                        "column": 45
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 106,
                                                                                        "column": 51
                                                                                      },
                                                                                      "identifierName": "RegExp"
                                                                                    },
                                                                                    "name": "RegExp"
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 3817,
                                                                                      "end": 3858,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 106,
                                                                                          "column": 52
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 106,
                                                                                          "column": 93
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 3817,
                                                                                        "end": 3851,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 106,
                                                                                            "column": 52
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 106,
                                                                                            "column": 86
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 3817,
                                                                                          "end": 3821,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 106,
                                                                                              "column": 52
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 106,
                                                                                              "column": 56
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 3824,
                                                                                          "end": 3851,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 106,
                                                                                              "column": 59
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 106,
                                                                                              "column": 86
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 3824,
                                                                                            "end": 3845,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 106,
                                                                                                "column": 59
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 106,
                                                                                                "column": 80
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "ThisExpression",
                                                                                              "start": 3824,
                                                                                              "end": 3828,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 106,
                                                                                                  "column": 59
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 106,
                                                                                                  "column": 63
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 3829,
                                                                                              "end": 3845,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 106,
                                                                                                  "column": 64
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 106,
                                                                                                  "column": 80
                                                                                                },
                                                                                                "identifierName": "filterConditions"
                                                                                              },
                                                                                              "name": "filterConditions"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 3846,
                                                                                            "end": 3851,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 106,
                                                                                                "column": 81
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 106,
                                                                                                "column": 86
                                                                                              },
                                                                                              "identifierName": "album"
                                                                                            },
                                                                                            "name": "album"
                                                                                          },
                                                                                          "computed": false
                                                                                        }
                                                                                      },
                                                                                      "operator": "+",
                                                                                      "right": {
                                                                                        "type": "StringLiteral",
                                                                                        "start": 3854,
                                                                                        "end": 3858,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 106,
                                                                                            "column": 89
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 106,
                                                                                            "column": 93
                                                                                          }
                                                                                        },
                                                                                        "extra": {
                                                                                          "rawValue": ".*",
                                                                                          "raw": "'.*'"
                                                                                        },
                                                                                        "value": ".*"
                                                                                      }
                                                                                    }
                                                                                  ]
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 3860,
                                                                                  "end": 3864,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 106,
                                                                                      "column": 95
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 106,
                                                                                      "column": 99
                                                                                    },
                                                                                    "identifierName": "test"
                                                                                  },
                                                                                  "name": "test"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 3865,
                                                                                  "end": 3881,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 106,
                                                                                      "column": 100
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 106,
                                                                                      "column": 116
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 3865,
                                                                                    "end": 3876,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 106,
                                                                                        "column": 100
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 106,
                                                                                        "column": 111
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 3865,
                                                                                      "end": 3870,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 106,
                                                                                          "column": 100
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 106,
                                                                                          "column": 105
                                                                                        },
                                                                                        "identifierName": "track"
                                                                                      },
                                                                                      "name": "track"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 3871,
                                                                                      "end": 3876,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 106,
                                                                                          "column": 106
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 106,
                                                                                          "column": 111
                                                                                        },
                                                                                        "identifierName": "album"
                                                                                      },
                                                                                      "name": "album"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 3877,
                                                                                    "end": 3881,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 106,
                                                                                        "column": 112
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 106,
                                                                                        "column": 116
                                                                                      },
                                                                                      "identifierName": "name"
                                                                                    },
                                                                                    "name": "name"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 3884,
                                                                          "end": 3976,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 106,
                                                                              "column": 119
                                                                            },
                                                                            "end": {
                                                                              "line": 108,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 3926,
                                                                              "end": 3938,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 107,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 107,
                                                                                  "column": 52
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 3933,
                                                                                "end": 3938,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 107,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 107,
                                                                                    "column": 52
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "ReturnStatement",
                                                                        "start": 4013,
                                                                        "end": 4190,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 109,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 110,
                                                                            "column": 122
                                                                          }
                                                                        },
                                                                        "argument": {
                                                                          "type": "UnaryExpression",
                                                                          "start": 4020,
                                                                          "end": 4190,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 109,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 110,
                                                                              "column": 122
                                                                            }
                                                                          },
                                                                          "operator": "!",
                                                                          "prefix": true,
                                                                          "argument": {
                                                                            "type": "LogicalExpression",
                                                                            "start": 4022,
                                                                            "end": 4189,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 109,
                                                                                "column": 45
                                                                              },
                                                                              "end": {
                                                                                "line": 110,
                                                                                "column": 121
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 4022,
                                                                              "end": 4064,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 109,
                                                                                  "column": 45
                                                                                },
                                                                                "end": {
                                                                                  "line": 109,
                                                                                  "column": 87
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4022,
                                                                                "end": 4050,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 109,
                                                                                    "column": 45
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 109,
                                                                                    "column": 73
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4022,
                                                                                  "end": 4043,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 109,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 109,
                                                                                      "column": 66
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "ThisExpression",
                                                                                    "start": 4022,
                                                                                    "end": 4026,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 109,
                                                                                        "column": 45
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 109,
                                                                                        "column": 49
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4027,
                                                                                    "end": 4043,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 109,
                                                                                        "column": 50
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 109,
                                                                                        "column": 66
                                                                                      },
                                                                                      "identifierName": "filterConditions"
                                                                                    },
                                                                                    "name": "filterConditions"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4044,
                                                                                  "end": 4050,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 109,
                                                                                      "column": 67
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 109,
                                                                                      "column": 73
                                                                                    },
                                                                                    "identifierName": "artist"
                                                                                  },
                                                                                  "name": "artist"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "operator": "!==",
                                                                              "right": {
                                                                                "type": "Identifier",
                                                                                "start": 4055,
                                                                                "end": 4064,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 109,
                                                                                    "column": 78
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 109,
                                                                                    "column": 87
                                                                                  },
                                                                                  "identifierName": "undefined"
                                                                                },
                                                                                "name": "undefined"
                                                                              }
                                                                            },
                                                                            "operator": "&&",
                                                                            "right": {
                                                                              "type": "UnaryExpression",
                                                                              "start": 4104,
                                                                              "end": 4189,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 110,
                                                                                  "column": 36
                                                                                },
                                                                                "end": {
                                                                                  "line": 110,
                                                                                  "column": 121
                                                                                }
                                                                              },
                                                                              "operator": "!",
                                                                              "prefix": true,
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 4105,
                                                                                "end": 4189,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 110,
                                                                                    "column": 37
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 110,
                                                                                    "column": 121
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4105,
                                                                                  "end": 4164,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 110,
                                                                                      "column": 37
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 110,
                                                                                      "column": 96
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 4105,
                                                                                    "end": 4159,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 110,
                                                                                        "column": 37
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 110,
                                                                                        "column": 91
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 4109,
                                                                                      "end": 4115,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 110,
                                                                                          "column": 41
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 110,
                                                                                          "column": 47
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 4116,
                                                                                        "end": 4158,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 110,
                                                                                            "column": 48
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 110,
                                                                                            "column": 90
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 4116,
                                                                                          "end": 4151,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 110,
                                                                                              "column": 48
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 110,
                                                                                              "column": 83
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 4116,
                                                                                            "end": 4120,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 110,
                                                                                                "column": 48
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 110,
                                                                                                "column": 52
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 4123,
                                                                                            "end": 4151,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 110,
                                                                                                "column": 55
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 110,
                                                                                                "column": 83
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 4123,
                                                                                              "end": 4144,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 110,
                                                                                                  "column": 55
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 110,
                                                                                                  "column": 76
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 4123,
                                                                                                "end": 4127,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 110,
                                                                                                    "column": 55
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 110,
                                                                                                    "column": 59
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 4128,
                                                                                                "end": 4144,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 110,
                                                                                                    "column": 60
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 110,
                                                                                                    "column": 76
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 4145,
                                                                                              "end": 4151,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 110,
                                                                                                  "column": 77
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 110,
                                                                                                  "column": 83
                                                                                                },
                                                                                                "identifierName": "artist"
                                                                                              },
                                                                                              "name": "artist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 4154,
                                                                                          "end": 4158,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 110,
                                                                                              "column": 86
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 110,
                                                                                              "column": 90
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4160,
                                                                                    "end": 4164,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 110,
                                                                                        "column": 92
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 110,
                                                                                        "column": 96
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 4165,
                                                                                    "end": 4188,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 110,
                                                                                        "column": 97
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 110,
                                                                                        "column": 120
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 4165,
                                                                                      "end": 4183,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 110,
                                                                                          "column": 97
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 110,
                                                                                          "column": 115
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "MemberExpression",
                                                                                        "start": 4165,
                                                                                        "end": 4176,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 110,
                                                                                            "column": 97
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 110,
                                                                                            "column": 108
                                                                                          }
                                                                                        },
                                                                                        "object": {
                                                                                          "type": "Identifier",
                                                                                          "start": 4165,
                                                                                          "end": 4170,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 110,
                                                                                              "column": 97
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 110,
                                                                                              "column": 102
                                                                                            },
                                                                                            "identifierName": "track"
                                                                                          },
                                                                                          "name": "track"
                                                                                        },
                                                                                        "property": {
                                                                                          "type": "Identifier",
                                                                                          "start": 4171,
                                                                                          "end": 4176,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 110,
                                                                                              "column": 103
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 110,
                                                                                              "column": 108
                                                                                            },
                                                                                            "identifierName": "album"
                                                                                          },
                                                                                          "name": "album"
                                                                                        },
                                                                                        "computed": false
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 4177,
                                                                                        "end": 4183,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 110,
                                                                                            "column": 109
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 110,
                                                                                            "column": 115
                                                                                          },
                                                                                          "identifierName": "artist"
                                                                                        },
                                                                                        "name": "artist"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 4184,
                                                                                      "end": 4188,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 110,
                                                                                          "column": 116
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 110,
                                                                                          "column": 120
                                                                                        },
                                                                                        "identifierName": "name"
                                                                                      },
                                                                                      "name": "name"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              },
                                                                              "extra": {
                                                                                "parenthesizedArgument": false
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "parenthesized": true,
                                                                              "parenStart": 4021
                                                                            }
                                                                          },
                                                                          "extra": {
                                                                            "parenthesizedArgument": false
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 2860,
                                          "end": 2868,
                                          "loc": {
                                            "start": {
                                              "line": 92,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 92,
                                              "column": 29
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "tracks",
                                            "raw": "'tracks'"
                                          },
                                          "value": "tracks"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 4311,
                                        "end": 5427,
                                        "loc": {
                                          "start": {
                                            "line": 114,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 131,
                                            "column": 21
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 4346,
                                            "end": 5427,
                                            "loc": {
                                              "start": {
                                                "line": 115,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 131,
                                                "column": 21
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 4353,
                                              "end": 5427,
                                              "loc": {
                                                "start": {
                                                  "line": 115,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 131,
                                                  "column": 21
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 4379,
                                                  "end": 5405,
                                                  "loc": {
                                                    "start": {
                                                      "line": 116,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 130,
                                                      "column": 26
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 4380,
                                                    "end": 4383,
                                                    "loc": {
                                                      "start": {
                                                        "line": 116,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 116,
                                                        "column": 28
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 4386,
                                                    "end": 5405,
                                                    "loc": {
                                                      "start": {
                                                        "line": 116,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 130,
                                                        "column": 26
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 4386,
                                                      "end": 4399,
                                                      "loc": {
                                                        "start": {
                                                          "line": 116,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 116,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 4386,
                                                        "end": 4392,
                                                        "loc": {
                                                          "start": {
                                                            "line": 116,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 116,
                                                            "column": 37
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 4393,
                                                        "end": 4399,
                                                        "loc": {
                                                          "start": {
                                                            "line": 116,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 116,
                                                            "column": 44
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 4400,
                                                        "end": 4418,
                                                        "loc": {
                                                          "start": {
                                                            "line": 116,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 116,
                                                            "column": 63
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 4400,
                                                          "end": 4413,
                                                          "loc": {
                                                            "start": {
                                                              "line": 116,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 116,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 4400,
                                                            "end": 4408,
                                                            "loc": {
                                                              "start": {
                                                                "line": 116,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 116,
                                                                "column": 53
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 4409,
                                                            "end": 4413,
                                                            "loc": {
                                                              "start": {
                                                                "line": 116,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 116,
                                                                "column": 58
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 4414,
                                                          "end": 4417,
                                                          "loc": {
                                                            "start": {
                                                              "line": 116,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 116,
                                                              "column": 62
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 4420,
                                                        "end": 5404,
                                                        "loc": {
                                                          "start": {
                                                            "line": 116,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 130,
                                                            "column": 25
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 4450,
                                                            "end": 5378,
                                                            "loc": {
                                                              "start": {
                                                                "line": 117,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 129,
                                                                "column": 34
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 4450,
                                                              "end": 4454,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 117,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 117,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 4456,
                                                              "end": 5378,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 117,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 129,
                                                                  "column": 34
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 4456,
                                                                "end": 4519,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 117,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 118,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 4456,
                                                                  "end": 4479,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 117,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 117,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 4456,
                                                                    "end": 4474,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 117,
                                                                        "column": 34
                                                                      },
                                                                      "end": {
                                                                        "line": 117,
                                                                        "column": 52
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 4456,
                                                                      "end": 4469,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 117,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 117,
                                                                          "column": 47
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 4456,
                                                                        "end": 4464,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 117,
                                                                            "column": 34
                                                                          },
                                                                          "end": {
                                                                            "line": 117,
                                                                            "column": 42
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 4465,
                                                                        "end": 4469,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 117,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 117,
                                                                            "column": 47
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 4470,
                                                                      "end": 4473,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 117,
                                                                          "column": 48
                                                                        },
                                                                        "end": {
                                                                          "line": 117,
                                                                          "column": 51
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 4475,
                                                                    "end": 4479,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 117,
                                                                        "column": 53
                                                                      },
                                                                      "end": {
                                                                        "line": 117,
                                                                        "column": 57
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 4513,
                                                                  "end": 4519,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 118,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 118,
                                                                      "column": 39
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 4520,
                                                                  "end": 5377,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 118,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 129,
                                                                      "column": 33
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 4520,
                                                                      "end": 4525,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 118,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 118,
                                                                          "column": 45
                                                                        },
                                                                        "identifierName": "album"
                                                                      },
                                                                      "name": "album"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 4529,
                                                                    "end": 5377,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 118,
                                                                        "column": 49
                                                                      },
                                                                      "end": {
                                                                        "line": 129,
                                                                        "column": 33
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 4567,
                                                                        "end": 4844,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 119,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 122,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 4571,
                                                                          "end": 4750,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 119,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 120,
                                                                              "column": 120
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 4571,
                                                                            "end": 4626,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 119,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 119,
                                                                                "column": 95
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 4571,
                                                                              "end": 4612,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 119,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 119,
                                                                                  "column": 81
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4571,
                                                                                "end": 4592,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 119,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 119,
                                                                                    "column": 61
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 4571,
                                                                                  "end": 4575,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 119,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 119,
                                                                                      "column": 44
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4576,
                                                                                  "end": 4592,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 119,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 119,
                                                                                      "column": 61
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 4593,
                                                                                "end": 4612,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 119,
                                                                                    "column": 62
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 119,
                                                                                    "column": 81
                                                                                  },
                                                                                  "identifierName": "available_territory"
                                                                                },
                                                                                "name": "available_territory"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 4617,
                                                                              "end": 4626,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 119,
                                                                                  "column": 86
                                                                                },
                                                                                "end": {
                                                                                  "line": 119,
                                                                                  "column": 95
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 4670,
                                                                            "end": 4750,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 120,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 120,
                                                                                "column": 120
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 4671,
                                                                              "end": 4750,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 120,
                                                                                  "column": 41
                                                                                },
                                                                                "end": {
                                                                                  "line": 120,
                                                                                  "column": 120
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4671,
                                                                                "end": 4707,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 120,
                                                                                    "column": 41
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 120,
                                                                                    "column": 77
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4671,
                                                                                  "end": 4698,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 120,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 120,
                                                                                      "column": 68
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4671,
                                                                                    "end": 4676,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 120,
                                                                                        "column": 41
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 120,
                                                                                        "column": 46
                                                                                      },
                                                                                      "identifierName": "album"
                                                                                    },
                                                                                    "name": "album"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4677,
                                                                                    "end": 4698,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 120,
                                                                                        "column": 47
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 120,
                                                                                        "column": 68
                                                                                      },
                                                                                      "identifierName": "available_territories"
                                                                                    },
                                                                                    "name": "available_territories"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4699,
                                                                                  "end": 4707,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 120,
                                                                                      "column": 69
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 120,
                                                                                      "column": 77
                                                                                    },
                                                                                    "identifierName": "includes"
                                                                                  },
                                                                                  "name": "includes"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 4708,
                                                                                  "end": 4749,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 120,
                                                                                      "column": 78
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 120,
                                                                                      "column": 119
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 4708,
                                                                                    "end": 4729,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 120,
                                                                                        "column": 78
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 120,
                                                                                        "column": 99
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "ThisExpression",
                                                                                      "start": 4708,
                                                                                      "end": 4712,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 120,
                                                                                          "column": 78
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 120,
                                                                                          "column": 82
                                                                                        }
                                                                                      }
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 4713,
                                                                                      "end": 4729,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 120,
                                                                                          "column": 83
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 120,
                                                                                          "column": 99
                                                                                        },
                                                                                        "identifierName": "filterConditions"
                                                                                      },
                                                                                      "name": "filterConditions"
                                                                                    },
                                                                                    "computed": false
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4730,
                                                                                    "end": 4749,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 120,
                                                                                        "column": 100
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 120,
                                                                                        "column": 119
                                                                                      },
                                                                                      "identifierName": "available_territory"
                                                                                    },
                                                                                    "name": "available_territory"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 4752,
                                                                          "end": 4844,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 120,
                                                                              "column": 122
                                                                            },
                                                                            "end": {
                                                                              "line": 122,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 4794,
                                                                              "end": 4806,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 121,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 121,
                                                                                  "column": 52
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 4801,
                                                                                "end": 4806,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 121,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 121,
                                                                                    "column": 52
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 4881,
                                                                        "end": 5135,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 123,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 126,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "LogicalExpression",
                                                                          "start": 4885,
                                                                          "end": 5041,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 123,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 124,
                                                                              "column": 111
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "BinaryExpression",
                                                                            "start": 4885,
                                                                            "end": 4926,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 123,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 123,
                                                                                "column": 81
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "MemberExpression",
                                                                              "start": 4885,
                                                                              "end": 4912,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 123,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 123,
                                                                                  "column": 67
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4885,
                                                                                "end": 4906,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 123,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 123,
                                                                                    "column": 61
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "ThisExpression",
                                                                                  "start": 4885,
                                                                                  "end": 4889,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 123,
                                                                                      "column": 40
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 123,
                                                                                      "column": 44
                                                                                    }
                                                                                  }
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 4890,
                                                                                  "end": 4906,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 123,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 123,
                                                                                      "column": 61
                                                                                    },
                                                                                    "identifierName": "filterConditions"
                                                                                  },
                                                                                  "name": "filterConditions"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 4907,
                                                                                "end": 4912,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 123,
                                                                                    "column": 62
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 123,
                                                                                    "column": 67
                                                                                  },
                                                                                  "identifierName": "album"
                                                                                },
                                                                                "name": "album"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "operator": "!==",
                                                                            "right": {
                                                                              "type": "Identifier",
                                                                              "start": 4917,
                                                                              "end": 4926,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 123,
                                                                                  "column": 72
                                                                                },
                                                                                "end": {
                                                                                  "line": 123,
                                                                                  "column": 81
                                                                                },
                                                                                "identifierName": "undefined"
                                                                              },
                                                                              "name": "undefined"
                                                                            }
                                                                          },
                                                                          "operator": "&&",
                                                                          "right": {
                                                                            "type": "UnaryExpression",
                                                                            "start": 4970,
                                                                            "end": 5041,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 124,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 124,
                                                                                "column": 111
                                                                              }
                                                                            },
                                                                            "operator": "!",
                                                                            "prefix": true,
                                                                            "argument": {
                                                                              "type": "CallExpression",
                                                                              "start": 4971,
                                                                              "end": 5041,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 124,
                                                                                  "column": 41
                                                                                },
                                                                                "end": {
                                                                                  "line": 124,
                                                                                  "column": 111
                                                                                }
                                                                              },
                                                                              "callee": {
                                                                                "type": "MemberExpression",
                                                                                "start": 4971,
                                                                                "end": 5029,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 124,
                                                                                    "column": 41
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 124,
                                                                                    "column": 99
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "NewExpression",
                                                                                  "start": 4971,
                                                                                  "end": 5024,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 124,
                                                                                      "column": 41
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 124,
                                                                                      "column": 94
                                                                                    }
                                                                                  },
                                                                                  "callee": {
                                                                                    "type": "Identifier",
                                                                                    "start": 4975,
                                                                                    "end": 4981,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 124,
                                                                                        "column": 45
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 124,
                                                                                        "column": 51
                                                                                      },
                                                                                      "identifierName": "RegExp"
                                                                                    },
                                                                                    "name": "RegExp"
                                                                                  },
                                                                                  "arguments": [
                                                                                    {
                                                                                      "type": "BinaryExpression",
                                                                                      "start": 4982,
                                                                                      "end": 5023,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 124,
                                                                                          "column": 52
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 124,
                                                                                          "column": 93
                                                                                        }
                                                                                      },
                                                                                      "left": {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 4982,
                                                                                        "end": 5016,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 124,
                                                                                            "column": 52
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 124,
                                                                                            "column": 86
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 4982,
                                                                                          "end": 4986,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 124,
                                                                                              "column": 52
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 124,
                                                                                              "column": 56
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "MemberExpression",
                                                                                          "start": 4989,
                                                                                          "end": 5016,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 124,
                                                                                              "column": 59
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 124,
                                                                                              "column": 86
                                                                                            }
                                                                                          },
                                                                                          "object": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 4989,
                                                                                            "end": 5010,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 124,
                                                                                                "column": 59
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 124,
                                                                                                "column": 80
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "ThisExpression",
                                                                                              "start": 4989,
                                                                                              "end": 4993,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 124,
                                                                                                  "column": 59
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 124,
                                                                                                  "column": 63
                                                                                                }
                                                                                              }
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 4994,
                                                                                              "end": 5010,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 124,
                                                                                                  "column": 64
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 124,
                                                                                                  "column": 80
                                                                                                },
                                                                                                "identifierName": "filterConditions"
                                                                                              },
                                                                                              "name": "filterConditions"
                                                                                            },
                                                                                            "computed": false
                                                                                          },
                                                                                          "property": {
                                                                                            "type": "Identifier",
                                                                                            "start": 5011,
                                                                                            "end": 5016,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 124,
                                                                                                "column": 81
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 124,
                                                                                                "column": 86
                                                                                              },
                                                                                              "identifierName": "album"
                                                                                            },
                                                                                            "name": "album"
                                                                                          },
                                                                                          "computed": false
                                                                                        }
                                                                                      },
                                                                                      "operator": "+",
                                                                                      "right": {
                                                                                        "type": "StringLiteral",
                                                                                        "start": 5019,
                                                                                        "end": 5023,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 124,
                                                                                            "column": 89
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 124,
                                                                                            "column": 93
                                                                                          }
                                                                                        },
                                                                                        "extra": {
                                                                                          "rawValue": ".*",
                                                                                          "raw": "'.*'"
                                                                                        },
                                                                                        "value": ".*"
                                                                                      }
                                                                                    }
                                                                                  ]
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 5025,
                                                                                  "end": 5029,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 124,
                                                                                      "column": 95
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 124,
                                                                                      "column": 99
                                                                                    },
                                                                                    "identifierName": "test"
                                                                                  },
                                                                                  "name": "test"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "arguments": [
                                                                                {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 5030,
                                                                                  "end": 5040,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 124,
                                                                                      "column": 100
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 124,
                                                                                      "column": 110
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "Identifier",
                                                                                    "start": 5030,
                                                                                    "end": 5035,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 124,
                                                                                        "column": 100
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 124,
                                                                                        "column": 105
                                                                                      },
                                                                                      "identifierName": "album"
                                                                                    },
                                                                                    "name": "album"
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 5036,
                                                                                    "end": 5040,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 124,
                                                                                        "column": 106
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 124,
                                                                                        "column": 110
                                                                                      },
                                                                                      "identifierName": "name"
                                                                                    },
                                                                                    "name": "name"
                                                                                  },
                                                                                  "computed": false
                                                                                }
                                                                              ]
                                                                            },
                                                                            "extra": {
                                                                              "parenthesizedArgument": false
                                                                            }
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 5043,
                                                                          "end": 5135,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 124,
                                                                              "column": 113
                                                                            },
                                                                            "end": {
                                                                              "line": 126,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 5085,
                                                                              "end": 5097,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 125,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 125,
                                                                                  "column": 52
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 5092,
                                                                                "end": 5097,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 125,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 125,
                                                                                    "column": 52
                                                                                  }
                                                                                },
                                                                                "value": false
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": null
                                                                      },
                                                                      {
                                                                        "type": "ReturnStatement",
                                                                        "start": 5172,
                                                                        "end": 5343,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 127,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 128,
                                                                            "column": 116
                                                                          }
                                                                        },
                                                                        "argument": {
                                                                          "type": "UnaryExpression",
                                                                          "start": 5179,
                                                                          "end": 5343,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 127,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 128,
                                                                              "column": 116
                                                                            }
                                                                          },
                                                                          "operator": "!",
                                                                          "prefix": true,
                                                                          "argument": {
                                                                            "type": "LogicalExpression",
                                                                            "start": 5181,
                                                                            "end": 5342,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 127,
                                                                                "column": 45
                                                                              },
                                                                              "end": {
                                                                                "line": 128,
                                                                                "column": 115
                                                                              }
                                                                            },
                                                                            "left": {
                                                                              "type": "BinaryExpression",
                                                                              "start": 5181,
                                                                              "end": 5223,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 127,
                                                                                  "column": 45
                                                                                },
                                                                                "end": {
                                                                                  "line": 127,
                                                                                  "column": 87
                                                                                }
                                                                              },
                                                                              "left": {
                                                                                "type": "MemberExpression",
                                                                                "start": 5181,
                                                                                "end": 5209,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 127,
                                                                                    "column": 45
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 127,
                                                                                    "column": 73
                                                                                  }
                                                                                },
                                                                                "object": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 5181,
                                                                                  "end": 5202,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 127,
                                                                                      "column": 45
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 127,
                                                                                      "column": 66
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "ThisExpression",
                                                                                    "start": 5181,
                                                                                    "end": 5185,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 127,
                                                                                        "column": 45
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 127,
                                                                                        "column": 49
                                                                                      }
                                                                                    }
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 5186,
                                                                                    "end": 5202,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 127,
                                                                                        "column": 50
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 127,
                                                                                        "column": 66
                                                                                      },
                                                                                      "identifierName": "filterConditions"
                                                                                    },
                                                                                    "name": "filterConditions"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "property": {
                                                                                  "type": "Identifier",
                                                                                  "start": 5203,
                                                                                  "end": 5209,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 127,
                                                                                      "column": 67
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 127,
                                                                                      "column": 73
                                                                                    },
                                                                                    "identifierName": "artist"
                                                                                  },
                                                                                  "name": "artist"
                                                                                },
                                                                                "computed": false
                                                                              },
                                                                              "operator": "!==",
                                                                              "right": {
                                                                                "type": "Identifier",
                                                                                "start": 5214,
                                                                                "end": 5223,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 127,
                                                                                    "column": 78
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 127,
                                                                                    "column": 87
                                                                                  },
                                                                                  "identifierName": "undefined"
                                                                                },
                                                                                "name": "undefined"
                                                                              }
                                                                            },
                                                                            "operator": "&&",
                                                                            "right": {
                                                                              "type": "UnaryExpression",
                                                                              "start": 5263,
                                                                              "end": 5342,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 128,
                                                                                  "column": 36
                                                                                },
                                                                                "end": {
                                                                                  "line": 128,
                                                                                  "column": 115
                                                                                }
                                                                              },
                                                                              "operator": "!",
                                                                              "prefix": true,
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 5264,
                                                                                "end": 5342,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 128,
                                                                                    "column": 37
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 128,
                                                                                    "column": 115
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 5264,
                                                                                  "end": 5323,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 128,
                                                                                      "column": 37
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 128,
                                                                                      "column": 96
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 5264,
                                                                                    "end": 5318,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 128,
                                                                                        "column": 37
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 128,
                                                                                        "column": 91
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5268,
                                                                                      "end": 5274,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 128,
                                                                                          "column": 41
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 128,
                                                                                          "column": 47
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 5275,
                                                                                        "end": 5317,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 128,
                                                                                            "column": 48
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 128,
                                                                                            "column": 90
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 5275,
                                                                                          "end": 5310,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 128,
                                                                                              "column": 48
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 128,
                                                                                              "column": 83
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 5275,
                                                                                            "end": 5279,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 128,
                                                                                                "column": 48
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 128,
                                                                                                "column": 52
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 5282,
                                                                                            "end": 5310,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 128,
                                                                                                "column": 55
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 128,
                                                                                                "column": 83
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 5282,
                                                                                              "end": 5303,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 128,
                                                                                                  "column": 55
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 128,
                                                                                                  "column": 76
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 5282,
                                                                                                "end": 5286,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 128,
                                                                                                    "column": 55
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 128,
                                                                                                    "column": 59
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 5287,
                                                                                                "end": 5303,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 128,
                                                                                                    "column": 60
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 128,
                                                                                                    "column": 76
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 5304,
                                                                                              "end": 5310,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 128,
                                                                                                  "column": 77
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 128,
                                                                                                  "column": 83
                                                                                                },
                                                                                                "identifierName": "artist"
                                                                                              },
                                                                                              "name": "artist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 5313,
                                                                                          "end": 5317,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 128,
                                                                                              "column": 86
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 128,
                                                                                              "column": 90
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 5319,
                                                                                    "end": 5323,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 128,
                                                                                        "column": 92
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 128,
                                                                                        "column": 96
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 5324,
                                                                                    "end": 5341,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 128,
                                                                                        "column": 97
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 128,
                                                                                        "column": 114
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "MemberExpression",
                                                                                      "start": 5324,
                                                                                      "end": 5336,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 128,
                                                                                          "column": 97
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 128,
                                                                                          "column": 109
                                                                                        }
                                                                                      },
                                                                                      "object": {
                                                                                        "type": "Identifier",
                                                                                        "start": 5324,
                                                                                        "end": 5329,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 128,
                                                                                            "column": 97
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 128,
                                                                                            "column": 102
                                                                                          },
                                                                                          "identifierName": "album"
                                                                                        },
                                                                                        "name": "album"
                                                                                      },
                                                                                      "property": {
                                                                                        "type": "Identifier",
                                                                                        "start": 5330,
                                                                                        "end": 5336,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 128,
                                                                                            "column": 103
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 128,
                                                                                            "column": 109
                                                                                          },
                                                                                          "identifierName": "artist"
                                                                                        },
                                                                                        "name": "artist"
                                                                                      },
                                                                                      "computed": false
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5337,
                                                                                      "end": 5341,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 128,
                                                                                          "column": 110
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 128,
                                                                                          "column": 114
                                                                                        },
                                                                                        "identifierName": "name"
                                                                                      },
                                                                                      "name": "name"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              },
                                                                              "extra": {
                                                                                "parenthesizedArgument": false
                                                                              }
                                                                            },
                                                                            "extra": {
                                                                              "parenthesized": true,
                                                                              "parenStart": 5180
                                                                            }
                                                                          },
                                                                          "extra": {
                                                                            "parenthesizedArgument": false
                                                                          }
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 4316,
                                          "end": 4324,
                                          "loc": {
                                            "start": {
                                              "line": 114,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 114,
                                              "column": 29
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "albums",
                                            "raw": "'albums'"
                                          },
                                          "value": "albums"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 5464,
                                        "end": 6110,
                                        "loc": {
                                          "start": {
                                            "line": 132,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 144,
                                            "column": 21
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 5500,
                                            "end": 6110,
                                            "loc": {
                                              "start": {
                                                "line": 133,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 144,
                                                "column": 21
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 5507,
                                              "end": 6110,
                                              "loc": {
                                                "start": {
                                                  "line": 133,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 144,
                                                  "column": 21
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 5533,
                                                  "end": 6088,
                                                  "loc": {
                                                    "start": {
                                                      "line": 134,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 143,
                                                      "column": 26
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 5534,
                                                    "end": 5537,
                                                    "loc": {
                                                      "start": {
                                                        "line": 134,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 134,
                                                        "column": 28
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 5540,
                                                    "end": 6088,
                                                    "loc": {
                                                      "start": {
                                                        "line": 134,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 143,
                                                        "column": 26
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 5540,
                                                      "end": 5553,
                                                      "loc": {
                                                        "start": {
                                                          "line": 134,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 134,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 5540,
                                                        "end": 5546,
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 134,
                                                            "column": 37
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 5547,
                                                        "end": 5553,
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 134,
                                                            "column": 44
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 5554,
                                                        "end": 5572,
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 134,
                                                            "column": 63
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 5554,
                                                          "end": 5567,
                                                          "loc": {
                                                            "start": {
                                                              "line": 134,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 134,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 5554,
                                                            "end": 5562,
                                                            "loc": {
                                                              "start": {
                                                                "line": 134,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 134,
                                                                "column": 53
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 5563,
                                                            "end": 5567,
                                                            "loc": {
                                                              "start": {
                                                                "line": 134,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 134,
                                                                "column": 58
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 5568,
                                                          "end": 5571,
                                                          "loc": {
                                                            "start": {
                                                              "line": 134,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 134,
                                                              "column": 62
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 5574,
                                                        "end": 6087,
                                                        "loc": {
                                                          "start": {
                                                            "line": 134,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 143,
                                                            "column": 25
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 5604,
                                                            "end": 6061,
                                                            "loc": {
                                                              "start": {
                                                                "line": 135,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 142,
                                                                "column": 34
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 5604,
                                                              "end": 5608,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 135,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 135,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 5610,
                                                              "end": 6061,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 135,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 142,
                                                                  "column": 34
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 5610,
                                                                "end": 5673,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 135,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 136,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 5610,
                                                                  "end": 5633,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 135,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 135,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 5610,
                                                                    "end": 5628,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 34
                                                                      },
                                                                      "end": {
                                                                        "line": 135,
                                                                        "column": 52
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 5610,
                                                                      "end": 5623,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 135,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 135,
                                                                          "column": 47
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 5610,
                                                                        "end": 5618,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 135,
                                                                            "column": 34
                                                                          },
                                                                          "end": {
                                                                            "line": 135,
                                                                            "column": 42
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 5619,
                                                                        "end": 5623,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 135,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 135,
                                                                            "column": 47
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 5624,
                                                                      "end": 5627,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 135,
                                                                          "column": 48
                                                                        },
                                                                        "end": {
                                                                          "line": 135,
                                                                          "column": 51
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 5629,
                                                                    "end": 5633,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 135,
                                                                        "column": 53
                                                                      },
                                                                      "end": {
                                                                        "line": 135,
                                                                        "column": 57
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 5667,
                                                                  "end": 5673,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 136,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 136,
                                                                      "column": 39
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 5674,
                                                                  "end": 6060,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 136,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 142,
                                                                      "column": 33
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 5674,
                                                                      "end": 5680,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 136,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 136,
                                                                          "column": 46
                                                                        },
                                                                        "identifierName": "artist"
                                                                      },
                                                                      "name": "artist"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 5684,
                                                                    "end": 6060,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 136,
                                                                        "column": 50
                                                                      },
                                                                      "end": {
                                                                        "line": 142,
                                                                        "column": 33
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 5722,
                                                                        "end": 6026,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 137,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 141,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 5726,
                                                                          "end": 5768,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 137,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 137,
                                                                              "column": 82
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 5726,
                                                                            "end": 5754,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 137,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 137,
                                                                                "column": 68
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 5726,
                                                                              "end": 5747,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 137,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 137,
                                                                                  "column": 61
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "ThisExpression",
                                                                                "start": 5726,
                                                                                "end": 5730,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 137,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 137,
                                                                                    "column": 44
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 5731,
                                                                                "end": 5747,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 137,
                                                                                    "column": 45
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 137,
                                                                                    "column": 61
                                                                                  },
                                                                                  "identifierName": "filterConditions"
                                                                                },
                                                                                "name": "filterConditions"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 5748,
                                                                              "end": 5754,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 137,
                                                                                  "column": 62
                                                                                },
                                                                                "end": {
                                                                                  "line": 137,
                                                                                  "column": 68
                                                                                },
                                                                                "identifierName": "artist"
                                                                              },
                                                                              "name": "artist"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "operator": "===",
                                                                          "right": {
                                                                            "type": "Identifier",
                                                                            "start": 5759,
                                                                            "end": 5768,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 137,
                                                                                "column": 73
                                                                              },
                                                                              "end": {
                                                                                "line": 137,
                                                                                "column": 82
                                                                              },
                                                                              "identifierName": "undefined"
                                                                            },
                                                                            "name": "undefined"
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 5770,
                                                                          "end": 5861,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 137,
                                                                              "column": 84
                                                                            },
                                                                            "end": {
                                                                              "line": 139,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 5812,
                                                                              "end": 5823,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 138,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 138,
                                                                                  "column": 51
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 5819,
                                                                                "end": 5823,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 138,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 138,
                                                                                    "column": 51
                                                                                  }
                                                                                },
                                                                                "value": true
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": {
                                                                          "type": "BlockStatement",
                                                                          "start": 5867,
                                                                          "end": 6026,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 139,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 141,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 5909,
                                                                              "end": 5988,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 140,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 140,
                                                                                  "column": 119
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 5916,
                                                                                "end": 5988,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 140,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 140,
                                                                                    "column": 119
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 5916,
                                                                                  "end": 5975,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 140,
                                                                                      "column": 47
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 140,
                                                                                      "column": 106
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 5916,
                                                                                    "end": 5970,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 140,
                                                                                        "column": 47
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 140,
                                                                                        "column": 101
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5920,
                                                                                      "end": 5926,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 140,
                                                                                          "column": 51
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 140,
                                                                                          "column": 57
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 5927,
                                                                                        "end": 5969,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 140,
                                                                                            "column": 58
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 140,
                                                                                            "column": 100
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 5927,
                                                                                          "end": 5962,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 140,
                                                                                              "column": 58
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 140,
                                                                                              "column": 93
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 5927,
                                                                                            "end": 5931,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 140,
                                                                                                "column": 58
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 140,
                                                                                                "column": 62
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 5934,
                                                                                            "end": 5962,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 140,
                                                                                                "column": 65
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 140,
                                                                                                "column": 93
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 5934,
                                                                                              "end": 5955,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 140,
                                                                                                  "column": 65
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 140,
                                                                                                  "column": 86
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 5934,
                                                                                                "end": 5938,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 140,
                                                                                                    "column": 65
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 140,
                                                                                                    "column": 69
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 5939,
                                                                                                "end": 5955,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 140,
                                                                                                    "column": 70
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 140,
                                                                                                    "column": 86
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 5956,
                                                                                              "end": 5962,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 140,
                                                                                                  "column": 87
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 140,
                                                                                                  "column": 93
                                                                                                },
                                                                                                "identifierName": "artist"
                                                                                              },
                                                                                              "name": "artist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 5965,
                                                                                          "end": 5969,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 140,
                                                                                              "column": 96
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 140,
                                                                                              "column": 100
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 5971,
                                                                                    "end": 5975,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 140,
                                                                                        "column": 102
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 140,
                                                                                        "column": 106
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 5976,
                                                                                    "end": 5987,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 140,
                                                                                        "column": 107
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 140,
                                                                                        "column": 118
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5976,
                                                                                      "end": 5982,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 140,
                                                                                          "column": 107
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 140,
                                                                                          "column": 113
                                                                                        },
                                                                                        "identifierName": "artist"
                                                                                      },
                                                                                      "name": "artist"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 5983,
                                                                                      "end": 5987,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 140,
                                                                                          "column": 114
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 140,
                                                                                          "column": 118
                                                                                        },
                                                                                        "identifierName": "name"
                                                                                      },
                                                                                      "name": "name"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 5469,
                                          "end": 5478,
                                          "loc": {
                                            "start": {
                                              "line": 132,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 132,
                                              "column": 30
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "artists",
                                            "raw": "'artists'"
                                          },
                                          "value": "artists"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 6147,
                                        "end": 6804,
                                        "loc": {
                                          "start": {
                                            "line": 145,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 157,
                                            "column": 21
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 6185,
                                            "end": 6804,
                                            "loc": {
                                              "start": {
                                                "line": 146,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 157,
                                                "column": 21
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 6192,
                                              "end": 6804,
                                              "loc": {
                                                "start": {
                                                  "line": 146,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 157,
                                                  "column": 21
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 6218,
                                                  "end": 6782,
                                                  "loc": {
                                                    "start": {
                                                      "line": 147,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 156,
                                                      "column": 26
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 6219,
                                                    "end": 6222,
                                                    "loc": {
                                                      "start": {
                                                        "line": 147,
                                                        "column": 25
                                                      },
                                                      "end": {
                                                        "line": 147,
                                                        "column": 28
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "CallExpression",
                                                    "start": 6225,
                                                    "end": 6782,
                                                    "loc": {
                                                      "start": {
                                                        "line": 147,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 156,
                                                        "column": 26
                                                      }
                                                    },
                                                    "callee": {
                                                      "type": "MemberExpression",
                                                      "start": 6225,
                                                      "end": 6238,
                                                      "loc": {
                                                        "start": {
                                                          "line": 147,
                                                          "column": 31
                                                        },
                                                        "end": {
                                                          "line": 147,
                                                          "column": 44
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 6225,
                                                        "end": 6231,
                                                        "loc": {
                                                          "start": {
                                                            "line": 147,
                                                            "column": 31
                                                          },
                                                          "end": {
                                                            "line": 147,
                                                            "column": 37
                                                          },
                                                          "identifierName": "Object"
                                                        },
                                                        "name": "Object"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6232,
                                                        "end": 6238,
                                                        "loc": {
                                                          "start": {
                                                            "line": 147,
                                                            "column": 38
                                                          },
                                                          "end": {
                                                            "line": 147,
                                                            "column": 44
                                                          },
                                                          "identifierName": "assign"
                                                        },
                                                        "name": "assign"
                                                      },
                                                      "computed": false
                                                    },
                                                    "arguments": [
                                                      {
                                                        "type": "MemberExpression",
                                                        "start": 6239,
                                                        "end": 6257,
                                                        "loc": {
                                                          "start": {
                                                            "line": 147,
                                                            "column": 45
                                                          },
                                                          "end": {
                                                            "line": 147,
                                                            "column": 63
                                                          }
                                                        },
                                                        "object": {
                                                          "type": "MemberExpression",
                                                          "start": 6239,
                                                          "end": 6252,
                                                          "loc": {
                                                            "start": {
                                                              "line": 147,
                                                              "column": 45
                                                            },
                                                            "end": {
                                                              "line": 147,
                                                              "column": 58
                                                            }
                                                          },
                                                          "object": {
                                                            "type": "Identifier",
                                                            "start": 6239,
                                                            "end": 6247,
                                                            "loc": {
                                                              "start": {
                                                                "line": 147,
                                                                "column": 45
                                                              },
                                                              "end": {
                                                                "line": 147,
                                                                "column": 53
                                                              },
                                                              "identifierName": "response"
                                                            },
                                                            "name": "response"
                                                          },
                                                          "property": {
                                                            "type": "Identifier",
                                                            "start": 6248,
                                                            "end": 6252,
                                                            "loc": {
                                                              "start": {
                                                                "line": 147,
                                                                "column": 54
                                                              },
                                                              "end": {
                                                                "line": 147,
                                                                "column": 58
                                                              },
                                                              "identifierName": "data"
                                                            },
                                                            "name": "data"
                                                          },
                                                          "computed": false
                                                        },
                                                        "property": {
                                                          "type": "Identifier",
                                                          "start": 6253,
                                                          "end": 6256,
                                                          "loc": {
                                                            "start": {
                                                              "line": 147,
                                                              "column": 59
                                                            },
                                                            "end": {
                                                              "line": 147,
                                                              "column": 62
                                                            },
                                                            "identifierName": "key"
                                                          },
                                                          "name": "key"
                                                        },
                                                        "computed": true
                                                      },
                                                      {
                                                        "type": "ObjectExpression",
                                                        "start": 6259,
                                                        "end": 6781,
                                                        "loc": {
                                                          "start": {
                                                            "line": 147,
                                                            "column": 65
                                                          },
                                                          "end": {
                                                            "line": 156,
                                                            "column": 25
                                                          }
                                                        },
                                                        "properties": [
                                                          {
                                                            "type": "ObjectProperty",
                                                            "start": 6289,
                                                            "end": 6755,
                                                            "loc": {
                                                              "start": {
                                                                "line": 148,
                                                                "column": 28
                                                              },
                                                              "end": {
                                                                "line": 155,
                                                                "column": 34
                                                              }
                                                            },
                                                            "method": false,
                                                            "shorthand": false,
                                                            "computed": false,
                                                            "key": {
                                                              "type": "Identifier",
                                                              "start": 6289,
                                                              "end": 6293,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 148,
                                                                  "column": 28
                                                                },
                                                                "end": {
                                                                  "line": 148,
                                                                  "column": 32
                                                                },
                                                                "identifierName": "data"
                                                              },
                                                              "name": "data"
                                                            },
                                                            "value": {
                                                              "type": "CallExpression",
                                                              "start": 6295,
                                                              "end": 6755,
                                                              "loc": {
                                                                "start": {
                                                                  "line": 148,
                                                                  "column": 34
                                                                },
                                                                "end": {
                                                                  "line": 155,
                                                                  "column": 34
                                                                }
                                                              },
                                                              "callee": {
                                                                "type": "MemberExpression",
                                                                "start": 6295,
                                                                "end": 6358,
                                                                "loc": {
                                                                  "start": {
                                                                    "line": 148,
                                                                    "column": 34
                                                                  },
                                                                  "end": {
                                                                    "line": 149,
                                                                    "column": 39
                                                                  }
                                                                },
                                                                "object": {
                                                                  "type": "MemberExpression",
                                                                  "start": 6295,
                                                                  "end": 6318,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 148,
                                                                      "column": 34
                                                                    },
                                                                    "end": {
                                                                      "line": 148,
                                                                      "column": 57
                                                                    }
                                                                  },
                                                                  "object": {
                                                                    "type": "MemberExpression",
                                                                    "start": 6295,
                                                                    "end": 6313,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 148,
                                                                        "column": 34
                                                                      },
                                                                      "end": {
                                                                        "line": 148,
                                                                        "column": 52
                                                                      }
                                                                    },
                                                                    "object": {
                                                                      "type": "MemberExpression",
                                                                      "start": 6295,
                                                                      "end": 6308,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 148,
                                                                          "column": 34
                                                                        },
                                                                        "end": {
                                                                          "line": 148,
                                                                          "column": 47
                                                                        }
                                                                      },
                                                                      "object": {
                                                                        "type": "Identifier",
                                                                        "start": 6295,
                                                                        "end": 6303,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 148,
                                                                            "column": 34
                                                                          },
                                                                          "end": {
                                                                            "line": 148,
                                                                            "column": 42
                                                                          },
                                                                          "identifierName": "response"
                                                                        },
                                                                        "name": "response"
                                                                      },
                                                                      "property": {
                                                                        "type": "Identifier",
                                                                        "start": 6304,
                                                                        "end": 6308,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 148,
                                                                            "column": 43
                                                                          },
                                                                          "end": {
                                                                            "line": 148,
                                                                            "column": 47
                                                                          },
                                                                          "identifierName": "data"
                                                                        },
                                                                        "name": "data"
                                                                      },
                                                                      "computed": false
                                                                    },
                                                                    "property": {
                                                                      "type": "Identifier",
                                                                      "start": 6309,
                                                                      "end": 6312,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 148,
                                                                          "column": 48
                                                                        },
                                                                        "end": {
                                                                          "line": 148,
                                                                          "column": 51
                                                                        },
                                                                        "identifierName": "key"
                                                                      },
                                                                      "name": "key"
                                                                    },
                                                                    "computed": true
                                                                  },
                                                                  "property": {
                                                                    "type": "Identifier",
                                                                    "start": 6314,
                                                                    "end": 6318,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 148,
                                                                        "column": 53
                                                                      },
                                                                      "end": {
                                                                        "line": 148,
                                                                        "column": 57
                                                                      },
                                                                      "identifierName": "data"
                                                                    },
                                                                    "name": "data"
                                                                  },
                                                                  "computed": false
                                                                },
                                                                "property": {
                                                                  "type": "Identifier",
                                                                  "start": 6352,
                                                                  "end": 6358,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 149,
                                                                      "column": 33
                                                                    },
                                                                    "end": {
                                                                      "line": 149,
                                                                      "column": 39
                                                                    },
                                                                    "identifierName": "filter"
                                                                  },
                                                                  "name": "filter"
                                                                },
                                                                "computed": false
                                                              },
                                                              "arguments": [
                                                                {
                                                                  "type": "ArrowFunctionExpression",
                                                                  "start": 6359,
                                                                  "end": 6754,
                                                                  "loc": {
                                                                    "start": {
                                                                      "line": 149,
                                                                      "column": 40
                                                                    },
                                                                    "end": {
                                                                      "line": 155,
                                                                      "column": 33
                                                                    }
                                                                  },
                                                                  "id": null,
                                                                  "generator": false,
                                                                  "expression": false,
                                                                  "async": false,
                                                                  "params": [
                                                                    {
                                                                      "type": "Identifier",
                                                                      "start": 6359,
                                                                      "end": 6367,
                                                                      "loc": {
                                                                        "start": {
                                                                          "line": 149,
                                                                          "column": 40
                                                                        },
                                                                        "end": {
                                                                          "line": 149,
                                                                          "column": 48
                                                                        },
                                                                        "identifierName": "playlist"
                                                                      },
                                                                      "name": "playlist"
                                                                    }
                                                                  ],
                                                                  "body": {
                                                                    "type": "BlockStatement",
                                                                    "start": 6371,
                                                                    "end": 6754,
                                                                    "loc": {
                                                                      "start": {
                                                                        "line": 149,
                                                                        "column": 52
                                                                      },
                                                                      "end": {
                                                                        "line": 155,
                                                                        "column": 33
                                                                      }
                                                                    },
                                                                    "body": [
                                                                      {
                                                                        "type": "IfStatement",
                                                                        "start": 6409,
                                                                        "end": 6720,
                                                                        "loc": {
                                                                          "start": {
                                                                            "line": 150,
                                                                            "column": 36
                                                                          },
                                                                          "end": {
                                                                            "line": 154,
                                                                            "column": 37
                                                                          }
                                                                        },
                                                                        "test": {
                                                                          "type": "BinaryExpression",
                                                                          "start": 6413,
                                                                          "end": 6457,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 150,
                                                                              "column": 40
                                                                            },
                                                                            "end": {
                                                                              "line": 150,
                                                                              "column": 84
                                                                            }
                                                                          },
                                                                          "left": {
                                                                            "type": "MemberExpression",
                                                                            "start": 6413,
                                                                            "end": 6443,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 150,
                                                                                "column": 40
                                                                              },
                                                                              "end": {
                                                                                "line": 150,
                                                                                "column": 70
                                                                              }
                                                                            },
                                                                            "object": {
                                                                              "type": "MemberExpression",
                                                                              "start": 6413,
                                                                              "end": 6434,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 150,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 150,
                                                                                  "column": 61
                                                                                }
                                                                              },
                                                                              "object": {
                                                                                "type": "ThisExpression",
                                                                                "start": 6413,
                                                                                "end": 6417,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 150,
                                                                                    "column": 40
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 150,
                                                                                    "column": 44
                                                                                  }
                                                                                }
                                                                              },
                                                                              "property": {
                                                                                "type": "Identifier",
                                                                                "start": 6418,
                                                                                "end": 6434,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 150,
                                                                                    "column": 45
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 150,
                                                                                    "column": 61
                                                                                  },
                                                                                  "identifierName": "filterConditions"
                                                                                },
                                                                                "name": "filterConditions"
                                                                              },
                                                                              "computed": false
                                                                            },
                                                                            "property": {
                                                                              "type": "Identifier",
                                                                              "start": 6435,
                                                                              "end": 6443,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 150,
                                                                                  "column": 62
                                                                                },
                                                                                "end": {
                                                                                  "line": 150,
                                                                                  "column": 70
                                                                                },
                                                                                "identifierName": "playlist"
                                                                              },
                                                                              "name": "playlist"
                                                                            },
                                                                            "computed": false
                                                                          },
                                                                          "operator": "===",
                                                                          "right": {
                                                                            "type": "Identifier",
                                                                            "start": 6448,
                                                                            "end": 6457,
                                                                            "loc": {
                                                                              "start": {
                                                                                "line": 150,
                                                                                "column": 75
                                                                              },
                                                                              "end": {
                                                                                "line": 150,
                                                                                "column": 84
                                                                              },
                                                                              "identifierName": "undefined"
                                                                            },
                                                                            "name": "undefined"
                                                                          }
                                                                        },
                                                                        "consequent": {
                                                                          "type": "BlockStatement",
                                                                          "start": 6459,
                                                                          "end": 6550,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 150,
                                                                              "column": 86
                                                                            },
                                                                            "end": {
                                                                              "line": 152,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 6501,
                                                                              "end": 6512,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 151,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 151,
                                                                                  "column": 51
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "BooleanLiteral",
                                                                                "start": 6508,
                                                                                "end": 6512,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 151,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 151,
                                                                                    "column": 51
                                                                                  }
                                                                                },
                                                                                "value": true
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        },
                                                                        "alternate": {
                                                                          "type": "BlockStatement",
                                                                          "start": 6556,
                                                                          "end": 6720,
                                                                          "loc": {
                                                                            "start": {
                                                                              "line": 152,
                                                                              "column": 43
                                                                            },
                                                                            "end": {
                                                                              "line": 154,
                                                                              "column": 37
                                                                            }
                                                                          },
                                                                          "body": [
                                                                            {
                                                                              "type": "ReturnStatement",
                                                                              "start": 6598,
                                                                              "end": 6682,
                                                                              "loc": {
                                                                                "start": {
                                                                                  "line": 153,
                                                                                  "column": 40
                                                                                },
                                                                                "end": {
                                                                                  "line": 153,
                                                                                  "column": 124
                                                                                }
                                                                              },
                                                                              "argument": {
                                                                                "type": "CallExpression",
                                                                                "start": 6605,
                                                                                "end": 6682,
                                                                                "loc": {
                                                                                  "start": {
                                                                                    "line": 153,
                                                                                    "column": 47
                                                                                  },
                                                                                  "end": {
                                                                                    "line": 153,
                                                                                    "column": 124
                                                                                  }
                                                                                },
                                                                                "callee": {
                                                                                  "type": "MemberExpression",
                                                                                  "start": 6605,
                                                                                  "end": 6666,
                                                                                  "loc": {
                                                                                    "start": {
                                                                                      "line": 153,
                                                                                      "column": 47
                                                                                    },
                                                                                    "end": {
                                                                                      "line": 153,
                                                                                      "column": 108
                                                                                    }
                                                                                  },
                                                                                  "object": {
                                                                                    "type": "NewExpression",
                                                                                    "start": 6605,
                                                                                    "end": 6661,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 153,
                                                                                        "column": 47
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 153,
                                                                                        "column": 103
                                                                                      }
                                                                                    },
                                                                                    "callee": {
                                                                                      "type": "Identifier",
                                                                                      "start": 6609,
                                                                                      "end": 6615,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 153,
                                                                                          "column": 51
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 153,
                                                                                          "column": 57
                                                                                        },
                                                                                        "identifierName": "RegExp"
                                                                                      },
                                                                                      "name": "RegExp"
                                                                                    },
                                                                                    "arguments": [
                                                                                      {
                                                                                        "type": "BinaryExpression",
                                                                                        "start": 6616,
                                                                                        "end": 6660,
                                                                                        "loc": {
                                                                                          "start": {
                                                                                            "line": 153,
                                                                                            "column": 58
                                                                                          },
                                                                                          "end": {
                                                                                            "line": 153,
                                                                                            "column": 102
                                                                                          }
                                                                                        },
                                                                                        "left": {
                                                                                          "type": "BinaryExpression",
                                                                                          "start": 6616,
                                                                                          "end": 6653,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 153,
                                                                                              "column": 58
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 153,
                                                                                              "column": 95
                                                                                            }
                                                                                          },
                                                                                          "left": {
                                                                                            "type": "StringLiteral",
                                                                                            "start": 6616,
                                                                                            "end": 6620,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 153,
                                                                                                "column": 58
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 153,
                                                                                                "column": 62
                                                                                              }
                                                                                            },
                                                                                            "extra": {
                                                                                              "rawValue": ".*",
                                                                                              "raw": "'.*'"
                                                                                            },
                                                                                            "value": ".*"
                                                                                          },
                                                                                          "operator": "+",
                                                                                          "right": {
                                                                                            "type": "MemberExpression",
                                                                                            "start": 6623,
                                                                                            "end": 6653,
                                                                                            "loc": {
                                                                                              "start": {
                                                                                                "line": 153,
                                                                                                "column": 65
                                                                                              },
                                                                                              "end": {
                                                                                                "line": 153,
                                                                                                "column": 95
                                                                                              }
                                                                                            },
                                                                                            "object": {
                                                                                              "type": "MemberExpression",
                                                                                              "start": 6623,
                                                                                              "end": 6644,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 153,
                                                                                                  "column": 65
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 153,
                                                                                                  "column": 86
                                                                                                }
                                                                                              },
                                                                                              "object": {
                                                                                                "type": "ThisExpression",
                                                                                                "start": 6623,
                                                                                                "end": 6627,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 153,
                                                                                                    "column": 65
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 153,
                                                                                                    "column": 69
                                                                                                  }
                                                                                                }
                                                                                              },
                                                                                              "property": {
                                                                                                "type": "Identifier",
                                                                                                "start": 6628,
                                                                                                "end": 6644,
                                                                                                "loc": {
                                                                                                  "start": {
                                                                                                    "line": 153,
                                                                                                    "column": 70
                                                                                                  },
                                                                                                  "end": {
                                                                                                    "line": 153,
                                                                                                    "column": 86
                                                                                                  },
                                                                                                  "identifierName": "filterConditions"
                                                                                                },
                                                                                                "name": "filterConditions"
                                                                                              },
                                                                                              "computed": false
                                                                                            },
                                                                                            "property": {
                                                                                              "type": "Identifier",
                                                                                              "start": 6645,
                                                                                              "end": 6653,
                                                                                              "loc": {
                                                                                                "start": {
                                                                                                  "line": 153,
                                                                                                  "column": 87
                                                                                                },
                                                                                                "end": {
                                                                                                  "line": 153,
                                                                                                  "column": 95
                                                                                                },
                                                                                                "identifierName": "playlist"
                                                                                              },
                                                                                              "name": "playlist"
                                                                                            },
                                                                                            "computed": false
                                                                                          }
                                                                                        },
                                                                                        "operator": "+",
                                                                                        "right": {
                                                                                          "type": "StringLiteral",
                                                                                          "start": 6656,
                                                                                          "end": 6660,
                                                                                          "loc": {
                                                                                            "start": {
                                                                                              "line": 153,
                                                                                              "column": 98
                                                                                            },
                                                                                            "end": {
                                                                                              "line": 153,
                                                                                              "column": 102
                                                                                            }
                                                                                          },
                                                                                          "extra": {
                                                                                            "rawValue": ".*",
                                                                                            "raw": "'.*'"
                                                                                          },
                                                                                          "value": ".*"
                                                                                        }
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "property": {
                                                                                    "type": "Identifier",
                                                                                    "start": 6662,
                                                                                    "end": 6666,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 153,
                                                                                        "column": 104
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 153,
                                                                                        "column": 108
                                                                                      },
                                                                                      "identifierName": "test"
                                                                                    },
                                                                                    "name": "test"
                                                                                  },
                                                                                  "computed": false
                                                                                },
                                                                                "arguments": [
                                                                                  {
                                                                                    "type": "MemberExpression",
                                                                                    "start": 6667,
                                                                                    "end": 6681,
                                                                                    "loc": {
                                                                                      "start": {
                                                                                        "line": 153,
                                                                                        "column": 109
                                                                                      },
                                                                                      "end": {
                                                                                        "line": 153,
                                                                                        "column": 123
                                                                                      }
                                                                                    },
                                                                                    "object": {
                                                                                      "type": "Identifier",
                                                                                      "start": 6667,
                                                                                      "end": 6675,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 153,
                                                                                          "column": 109
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 153,
                                                                                          "column": 117
                                                                                        },
                                                                                        "identifierName": "playlist"
                                                                                      },
                                                                                      "name": "playlist"
                                                                                    },
                                                                                    "property": {
                                                                                      "type": "Identifier",
                                                                                      "start": 6676,
                                                                                      "end": 6681,
                                                                                      "loc": {
                                                                                        "start": {
                                                                                          "line": 153,
                                                                                          "column": 118
                                                                                        },
                                                                                        "end": {
                                                                                          "line": 153,
                                                                                          "column": 123
                                                                                        },
                                                                                        "identifierName": "title"
                                                                                      },
                                                                                      "name": "title"
                                                                                    },
                                                                                    "computed": false
                                                                                  }
                                                                                ]
                                                                              }
                                                                            }
                                                                          ],
                                                                          "directives": []
                                                                        }
                                                                      }
                                                                    ],
                                                                    "directives": []
                                                                  }
                                                                }
                                                              ]
                                                            }
                                                          }
                                                        ]
                                                      }
                                                    ]
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": {
                                          "type": "StringLiteral",
                                          "start": 6152,
                                          "end": 6163,
                                          "loc": {
                                            "start": {
                                              "line": 145,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 145,
                                              "column": 32
                                            }
                                          },
                                          "extra": {
                                            "rawValue": "playlists",
                                            "raw": "'playlists'"
                                          },
                                          "value": "playlists"
                                        }
                                      },
                                      {
                                        "type": "SwitchCase",
                                        "start": 6841,
                                        "end": 6904,
                                        "loc": {
                                          "start": {
                                            "line": 158,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 159,
                                            "column": 54
                                          }
                                        },
                                        "consequent": [
                                          {
                                            "type": "ReturnStatement",
                                            "start": 6870,
                                            "end": 6904,
                                            "loc": {
                                              "start": {
                                                "line": 159,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 159,
                                                "column": 54
                                              }
                                            },
                                            "argument": {
                                              "type": "ObjectExpression",
                                              "start": 6877,
                                              "end": 6904,
                                              "loc": {
                                                "start": {
                                                  "line": 159,
                                                  "column": 27
                                                },
                                                "end": {
                                                  "line": 159,
                                                  "column": 54
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "ObjectProperty",
                                                  "start": 6878,
                                                  "end": 6903,
                                                  "loc": {
                                                    "start": {
                                                      "line": 159,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 159,
                                                      "column": 53
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": true,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 6879,
                                                    "end": 6882,
                                                    "loc": {
                                                      "start": {
                                                        "line": 159,
                                                        "column": 29
                                                      },
                                                      "end": {
                                                        "line": 159,
                                                        "column": 32
                                                      },
                                                      "identifierName": "key"
                                                    },
                                                    "name": "key"
                                                  },
                                                  "value": {
                                                    "type": "MemberExpression",
                                                    "start": 6885,
                                                    "end": 6903,
                                                    "loc": {
                                                      "start": {
                                                        "line": 159,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 159,
                                                        "column": 53
                                                      }
                                                    },
                                                    "object": {
                                                      "type": "MemberExpression",
                                                      "start": 6885,
                                                      "end": 6898,
                                                      "loc": {
                                                        "start": {
                                                          "line": 159,
                                                          "column": 35
                                                        },
                                                        "end": {
                                                          "line": 159,
                                                          "column": 48
                                                        }
                                                      },
                                                      "object": {
                                                        "type": "Identifier",
                                                        "start": 6885,
                                                        "end": 6893,
                                                        "loc": {
                                                          "start": {
                                                            "line": 159,
                                                            "column": 35
                                                          },
                                                          "end": {
                                                            "line": 159,
                                                            "column": 43
                                                          },
                                                          "identifierName": "response"
                                                        },
                                                        "name": "response"
                                                      },
                                                      "property": {
                                                        "type": "Identifier",
                                                        "start": 6894,
                                                        "end": 6898,
                                                        "loc": {
                                                          "start": {
                                                            "line": 159,
                                                            "column": 44
                                                          },
                                                          "end": {
                                                            "line": 159,
                                                            "column": 48
                                                          },
                                                          "identifierName": "data"
                                                        },
                                                        "name": "data"
                                                      },
                                                      "computed": false
                                                    },
                                                    "property": {
                                                      "type": "Identifier",
                                                      "start": 6899,
                                                      "end": 6902,
                                                      "loc": {
                                                        "start": {
                                                          "line": 159,
                                                          "column": 49
                                                        },
                                                        "end": {
                                                          "line": 159,
                                                          "column": 52
                                                        },
                                                        "identifierName": "key"
                                                      },
                                                      "name": "key"
                                                    },
                                                    "computed": true
                                                  }
                                                }
                                              ]
                                            }
                                          }
                                        ],
                                        "test": null
                                      }
                                    ]
                                  }
                                ],
                                "directives": []
                              }
                            }
                          ]
                        }
                      }
                    ],
                    "kind": "const"
                  },
                  {
                    "type": "ReturnStatement",
                    "start": 6938,
                    "end": 7000,
                    "loc": {
                      "start": {
                        "line": 162,
                        "column": 8
                      },
                      "end": {
                        "line": 162,
                        "column": 70
                      }
                    },
                    "argument": {
                      "type": "CallExpression",
                      "start": 6945,
                      "end": 7000,
                      "loc": {
                        "start": {
                          "line": 162,
                          "column": 15
                        },
                        "end": {
                          "line": 162,
                          "column": 70
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 6945,
                        "end": 6958,
                        "loc": {
                          "start": {
                            "line": 162,
                            "column": 15
                          },
                          "end": {
                            "line": 162,
                            "column": 28
                          }
                        },
                        "object": {
                          "type": "Identifier",
                          "start": 6945,
                          "end": 6951,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 15
                            },
                            "end": {
                              "line": 162,
                              "column": 21
                            },
                            "identifierName": "Object"
                          },
                          "name": "Object"
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 6952,
                          "end": 6958,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 22
                            },
                            "end": {
                              "line": 162,
                              "column": 28
                            },
                            "identifierName": "assign"
                          },
                          "name": "assign"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "Identifier",
                          "start": 6959,
                          "end": 6967,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 29
                            },
                            "end": {
                              "line": 162,
                              "column": 37
                            },
                            "identifierName": "response"
                          },
                          "name": "response"
                        },
                        {
                          "type": "ObjectExpression",
                          "start": 6969,
                          "end": 6999,
                          "loc": {
                            "start": {
                              "line": 162,
                              "column": 39
                            },
                            "end": {
                              "line": 162,
                              "column": 69
                            }
                          },
                          "properties": [
                            {
                              "type": "ObjectProperty",
                              "start": 6970,
                              "end": 6998,
                              "loc": {
                                "start": {
                                  "line": 162,
                                  "column": 40
                                },
                                "end": {
                                  "line": 162,
                                  "column": 68
                                }
                              },
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "Identifier",
                                "start": 6970,
                                "end": 6974,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 44
                                  },
                                  "identifierName": "data"
                                },
                                "name": "data"
                              },
                              "value": {
                                "type": "CallExpression",
                                "start": 6976,
                                "end": 6998,
                                "loc": {
                                  "start": {
                                    "line": 162,
                                    "column": 46
                                  },
                                  "end": {
                                    "line": 162,
                                    "column": 68
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 6976,
                                  "end": 6989,
                                  "loc": {
                                    "start": {
                                      "line": 162,
                                      "column": 46
                                    },
                                    "end": {
                                      "line": 162,
                                      "column": 59
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 6976,
                                    "end": 6982,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 46
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 52
                                      },
                                      "identifierName": "Object"
                                    },
                                    "name": "Object"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 6983,
                                    "end": 6989,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 53
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 59
                                      },
                                      "identifierName": "assign"
                                    },
                                    "name": "assign"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "SpreadElement",
                                    "start": 6990,
                                    "end": 6997,
                                    "loc": {
                                      "start": {
                                        "line": 162,
                                        "column": 60
                                      },
                                      "end": {
                                        "line": 162,
                                        "column": 67
                                      }
                                    },
                                    "argument": {
                                      "type": "Identifier",
                                      "start": 6993,
                                      "end": 6997,
                                      "loc": {
                                        "start": {
                                          "line": 162,
                                          "column": 63
                                        },
                                        "end": {
                                          "line": 162,
                                          "column": 67
                                        },
                                        "identifierName": "data"
                                      },
                                      "name": "data"
                                    }
                                  }
                                ]
                              }
                            }
                          ]
                        }
                      ]
                    }
                  }
                ],
                "directives": []
              },
              "alternate": {
                "type": "BlockStatement",
                "start": 7012,
                "end": 7043,
                "loc": {
                  "start": {
                    "line": 163,
                    "column": 11
                  },
                  "end": {
                    "line": 165,
                    "column": 5
                  }
                },
                "body": [
                  {
                    "type": "ReturnStatement",
                    "start": 7022,
                    "end": 7037,
                    "loc": {
                      "start": {
                        "line": 164,
                        "column": 8
                      },
                      "end": {
                        "line": 164,
                        "column": 23
                      }
                    },
                    "argument": {
                      "type": "Identifier",
                      "start": 7029,
                      "end": 7037,
                      "loc": {
                        "start": {
                          "line": 164,
                          "column": 15
                        },
                        "end": {
                          "line": 164,
                          "column": 23
                        },
                        "identifierName": "response"
                      },
                      "name": "response"
                    }
                  }
                ],
                "directives": []
              }
            }
          ],
          "directives": []
        }
      }
    ],
    "directives": []
  },
  "comments": [
    {
      "type": "CommentBlock",
      "value": "*\n * Search API.\n * @see https://kkbox.gelato.io/docs/versions/1.1/resources/search\n ",
      "start": 80,
      "end": 169,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 7,
          "column": 3
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @ignore\n     ",
      "start": 227,
      "end": 253,
      "loc": {
        "start": {
          "line": 9,
          "column": 4
        },
        "end": {
          "line": 11,
          "column": 7
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 336,
      "end": 370,
      "loc": {
        "start": {
          "line": 15,
          "column": 8
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 422,
      "end": 456,
      "loc": {
        "start": {
          "line": 20,
          "column": 8
        },
        "end": {
          "line": 22,
          "column": 11
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 493,
      "end": 527,
      "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": 569,
      "end": 1149,
      "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://kkbox.gelato.io/docs/versions/1.1/resources/search\n     ",
      "start": 1416,
      "end": 1864,
      "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     * @see https://kkbox.gelato.io/docs/versions/1.1/resources/search/endpoints/get-search\n     ",
      "start": 1993,
      "end": 2367,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 76,
          "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://kkbox.gelato.io/docs/versions/1.1/resources/search\n ",
      "start": 80,
      "end": 169,
      "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": 170,
      "end": 176,
      "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": 177,
      "end": 184,
      "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": 185,
      "end": 190,
      "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": 191,
      "end": 204,
      "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": 205,
      "end": 212,
      "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": 213,
      "end": 220,
      "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": 221,
      "end": 222,
      "loc": {
        "start": {
          "line": 8,
          "column": 51
        },
        "end": {
          "line": 8,
          "column": 52
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n     * @ignore\n     ",
      "start": 227,
      "end": 253,
      "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": 258,
      "end": 269,
      "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": 269,
      "end": 270,
      "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": 270,
      "end": 274,
      "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": 274,
      "end": 275,
      "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": 276,
      "end": 285,
      "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": 286,
      "end": 287,
      "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": 288,
      "end": 292,
      "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": 292,
      "end": 293,
      "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": 294,
      "end": 295,
      "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": 304,
      "end": 309,
      "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": 309,
      "end": 310,
      "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": 310,
      "end": 314,
      "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": 314,
      "end": 315,
      "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": 316,
      "end": 325,
      "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": 325,
      "end": 326,
      "loc": {
        "start": {
          "line": 13,
          "column": 29
        },
        "end": {
          "line": 13,
          "column": 30
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 336,
      "end": 370,
      "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": 379,
      "end": 383,
      "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": 383,
      "end": 384,
      "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": 384,
      "end": 400,
      "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": 401,
      "end": 402,
      "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": 403,
      "end": 412,
      "loc": {
        "start": {
          "line": 18,
          "column": 32
        },
        "end": {
          "line": 18,
          "column": 41
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 422,
      "end": 456,
      "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": 465,
      "end": 469,
      "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": 469,
      "end": 470,
      "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": 470,
      "end": 471,
      "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": 472,
      "end": 473,
      "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": 474,
      "end": 483,
      "loc": {
        "start": {
          "line": 23,
          "column": 17
        },
        "end": {
          "line": 23,
          "column": 26
        }
      }
    },
    {
      "type": "CommentBlock",
      "value": "*\n         * @ignore\n         ",
      "start": 493,
      "end": 527,
      "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": 536,
      "end": 540,
      "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": 540,
      "end": 541,
      "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": 541,
      "end": 545,
      "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": 546,
      "end": 547,
      "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": 548,
      "end": 557,
      "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": 562,
      "end": 563,
      "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": 569,
      "end": 1149,
      "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": 1154,
      "end": 1160,
      "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": 1160,
      "end": 1161,
      "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": 1161,
      "end": 1171,
      "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": 1172,
      "end": 1173,
      "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": 1174,
      "end": 1175,
      "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": 1184,
      "end": 1189,
      "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": 1190,
      "end": 1191,
      "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": 1192,
      "end": 1201,
      "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": 1201,
      "end": 1202,
      "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": 1211,
      "end": 1216,
      "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": 1217,
      "end": 1218,
      "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": 1219,
      "end": 1228,
      "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": 1228,
      "end": 1229,
      "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": 1238,
      "end": 1244,
      "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": 1245,
      "end": 1246,
      "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": 1247,
      "end": 1256,
      "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": 1256,
      "end": 1257,
      "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": 1266,
      "end": 1274,
      "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": 1275,
      "end": 1276,
      "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": 1277,
      "end": 1286,
      "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": 1286,
      "end": 1287,
      "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": 1296,
      "end": 1315,
      "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": 1316,
      "end": 1317,
      "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": 1318,
      "end": 1327,
      "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": 1332,
      "end": 1333,
      "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": 1334,
      "end": 1335,
      "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": 1336,
      "end": 1337,
      "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": 1337,
      "end": 1338,
      "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": 1338,
      "end": 1339,
      "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": 1340,
      "end": 1341,
      "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": 1350,
      "end": 1354,
      "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": 1354,
      "end": 1355,
      "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": 1355,
      "end": 1371,
      "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": 1372,
      "end": 1373,
      "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": 1374,
      "end": 1384,
      "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": 1393,
      "end": 1399,
      "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": 1400,
      "end": 1404,
      "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": 1409,
      "end": 1410,
      "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://kkbox.gelato.io/docs/versions/1.1/resources/search\n     ",
      "start": 1416,
      "end": 1864,
      "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": 1869,
      "end": 1886,
      "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": 1886,
      "end": 1887,
      "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": 1887,
      "end": 1888,
      "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": 1888,
      "end": 1889,
      "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": 1890,
      "end": 1894,
      "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": 1895,
      "end": 1896,
      "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": 1897,
      "end": 1906,
      "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": 1906,
      "end": 1907,
      "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": 1908,
      "end": 1909,
      "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": 1918,
      "end": 1922,
      "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": 1922,
      "end": 1923,
      "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": 1923,
      "end": 1924,
      "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": 1925,
      "end": 1926,
      "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": 1927,
      "end": 1928,
      "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": 1937,
      "end": 1941,
      "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": 1941,
      "end": 1942,
      "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": 1942,
      "end": 1946,
      "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": 1947,
      "end": 1948,
      "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": 1949,
      "end": 1953,
      "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": 1970,
      "end": 1976,
      "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": 1977,
      "end": 1981,
      "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": 1986,
      "end": 1987,
      "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     * @see https://kkbox.gelato.io/docs/versions/1.1/resources/search/endpoints/get-search\n     ",
      "start": 1993,
      "end": 2367,
      "loc": {
        "start": {
          "line": 68,
          "column": 4
        },
        "end": {
          "line": 76,
          "column": 7
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "fetchSearchResult",
      "start": 2372,
      "end": 2389,
      "loc": {
        "start": {
          "line": 77,
          "column": 4
        },
        "end": {
          "line": 77,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2389,
      "end": 2390,
      "loc": {
        "start": {
          "line": 77,
          "column": 21
        },
        "end": {
          "line": 77,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 2390,
      "end": 2395,
      "loc": {
        "start": {
          "line": 77,
          "column": 22
        },
        "end": {
          "line": 77,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2396,
      "end": 2397,
      "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": "undefined",
      "start": 2398,
      "end": 2407,
      "loc": {
        "start": {
          "line": 77,
          "column": 30
        },
        "end": {
          "line": 77,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2407,
      "end": 2408,
      "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": "offset",
      "start": 2409,
      "end": 2415,
      "loc": {
        "start": {
          "line": 77,
          "column": 41
        },
        "end": {
          "line": 77,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2416,
      "end": 2417,
      "loc": {
        "start": {
          "line": 77,
          "column": 48
        },
        "end": {
          "line": 77,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 2418,
      "end": 2427,
      "loc": {
        "start": {
          "line": 77,
          "column": 50
        },
        "end": {
          "line": 77,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2427,
      "end": 2428,
      "loc": {
        "start": {
          "line": 77,
          "column": 59
        },
        "end": {
          "line": 77,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2429,
      "end": 2430,
      "loc": {
        "start": {
          "line": 77,
          "column": 61
        },
        "end": {
          "line": 77,
          "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": 2439,
      "end": 2445,
      "loc": {
        "start": {
          "line": 78,
          "column": 8
        },
        "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": 2446,
      "end": 2450,
      "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": 2450,
      "end": 2451,
      "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": "http",
      "start": 2451,
      "end": 2455,
      "loc": {
        "start": {
          "line": 78,
          "column": 20
        },
        "end": {
          "line": 78,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2455,
      "end": 2456,
      "loc": {
        "start": {
          "line": 78,
          "column": 24
        },
        "end": {
          "line": 78,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "get",
      "start": 2456,
      "end": 2459,
      "loc": {
        "start": {
          "line": 78,
          "column": 25
        },
        "end": {
          "line": 78,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2459,
      "end": 2460,
      "loc": {
        "start": {
          "line": 78,
          "column": 28
        },
        "end": {
          "line": 78,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "ENDPOINT",
      "start": 2460,
      "end": 2468,
      "loc": {
        "start": {
          "line": 78,
          "column": 29
        },
        "end": {
          "line": 78,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2468,
      "end": 2469,
      "loc": {
        "start": {
          "line": 78,
          "column": 37
        },
        "end": {
          "line": 78,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2470,
      "end": 2471,
      "loc": {
        "start": {
          "line": 78,
          "column": 39
        },
        "end": {
          "line": 78,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 2484,
      "end": 2485,
      "loc": {
        "start": {
          "line": 79,
          "column": 12
        },
        "end": {
          "line": 79,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2485,
      "end": 2486,
      "loc": {
        "start": {
          "line": 79,
          "column": 13
        },
        "end": {
          "line": 79,
          "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": 2487,
      "end": 2491,
      "loc": {
        "start": {
          "line": 79,
          "column": 15
        },
        "end": {
          "line": 79,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2491,
      "end": 2492,
      "loc": {
        "start": {
          "line": 79,
          "column": 19
        },
        "end": {
          "line": 79,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "q",
      "start": 2492,
      "end": 2493,
      "loc": {
        "start": {
          "line": 79,
          "column": 20
        },
        "end": {
          "line": 79,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2493,
      "end": 2494,
      "loc": {
        "start": {
          "line": 79,
          "column": 21
        },
        "end": {
          "line": 79,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2507,
      "end": 2511,
      "loc": {
        "start": {
          "line": 80,
          "column": 12
        },
        "end": {
          "line": 80,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2511,
      "end": 2512,
      "loc": {
        "start": {
          "line": 80,
          "column": 16
        },
        "end": {
          "line": 80,
          "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": 2513,
      "end": 2517,
      "loc": {
        "start": {
          "line": 80,
          "column": 18
        },
        "end": {
          "line": 80,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2517,
      "end": 2518,
      "loc": {
        "start": {
          "line": 80,
          "column": 22
        },
        "end": {
          "line": 80,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "type",
      "start": 2518,
      "end": 2522,
      "loc": {
        "start": {
          "line": 80,
          "column": 23
        },
        "end": {
          "line": 80,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2522,
      "end": 2523,
      "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": 2536,
      "end": 2545,
      "loc": {
        "start": {
          "line": 81,
          "column": 12
        },
        "end": {
          "line": 81,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2545,
      "end": 2546,
      "loc": {
        "start": {
          "line": 81,
          "column": 21
        },
        "end": {
          "line": 81,
          "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": 2547,
      "end": 2551,
      "loc": {
        "start": {
          "line": 81,
          "column": 23
        },
        "end": {
          "line": 81,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2551,
      "end": 2552,
      "loc": {
        "start": {
          "line": 81,
          "column": 27
        },
        "end": {
          "line": 81,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "territory",
      "start": 2552,
      "end": 2561,
      "loc": {
        "start": {
          "line": 81,
          "column": 28
        },
        "end": {
          "line": 81,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2561,
      "end": 2562,
      "loc": {
        "start": {
          "line": 81,
          "column": 37
        },
        "end": {
          "line": 81,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 2575,
      "end": 2580,
      "loc": {
        "start": {
          "line": 82,
          "column": 12
        },
        "end": {
          "line": 82,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2580,
      "end": 2581,
      "loc": {
        "start": {
          "line": 82,
          "column": 17
        },
        "end": {
          "line": 82,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "limit",
      "start": 2582,
      "end": 2587,
      "loc": {
        "start": {
          "line": 82,
          "column": 19
        },
        "end": {
          "line": 82,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2587,
      "end": 2588,
      "loc": {
        "start": {
          "line": 82,
          "column": 24
        },
        "end": {
          "line": 82,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 2601,
      "end": 2607,
      "loc": {
        "start": {
          "line": 83,
          "column": 12
        },
        "end": {
          "line": 83,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2607,
      "end": 2608,
      "loc": {
        "start": {
          "line": 83,
          "column": 18
        },
        "end": {
          "line": 83,
          "column": 19
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "offset",
      "start": 2609,
      "end": 2615,
      "loc": {
        "start": {
          "line": 83,
          "column": 20
        },
        "end": {
          "line": 83,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2636,
      "end": 2637,
      "loc": {
        "start": {
          "line": 84,
          "column": 8
        },
        "end": {
          "line": 84,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2637,
      "end": 2638,
      "loc": {
        "start": {
          "line": 84,
          "column": 9
        },
        "end": {
          "line": 84,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2638,
      "end": 2639,
      "loc": {
        "start": {
          "line": 84,
          "column": 10
        },
        "end": {
          "line": 84,
          "column": 11
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "then",
      "start": 2639,
      "end": 2643,
      "loc": {
        "start": {
          "line": 84,
          "column": 11
        },
        "end": {
          "line": 84,
          "column": 15
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2643,
      "end": 2644,
      "loc": {
        "start": {
          "line": 84,
          "column": 15
        },
        "end": {
          "line": 84,
          "column": 16
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "doFilter",
      "start": 2644,
      "end": 2652,
      "loc": {
        "start": {
          "line": 84,
          "column": 16
        },
        "end": {
          "line": 84,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2652,
      "end": 2653,
      "loc": {
        "start": {
          "line": 84,
          "column": 24
        },
        "end": {
          "line": 84,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "bind",
      "start": 2653,
      "end": 2657,
      "loc": {
        "start": {
          "line": 84,
          "column": 25
        },
        "end": {
          "line": 84,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2657,
      "end": 2658,
      "loc": {
        "start": {
          "line": 84,
          "column": 29
        },
        "end": {
          "line": 84,
          "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": 2658,
      "end": 2662,
      "loc": {
        "start": {
          "line": 84,
          "column": 30
        },
        "end": {
          "line": 84,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2662,
      "end": 2663,
      "loc": {
        "start": {
          "line": 84,
          "column": 34
        },
        "end": {
          "line": 84,
          "column": 35
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2663,
      "end": 2664,
      "loc": {
        "start": {
          "line": 84,
          "column": 35
        },
        "end": {
          "line": 84,
          "column": 36
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2669,
      "end": 2670,
      "loc": {
        "start": {
          "line": 85,
          "column": 4
        },
        "end": {
          "line": 85,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2671,
      "end": 2672,
      "loc": {
        "start": {
          "line": 86,
          "column": 0
        },
        "end": {
          "line": 86,
          "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": 2674,
      "end": 2682,
      "loc": {
        "start": {
          "line": 88,
          "column": 0
        },
        "end": {
          "line": 88,
          "column": 8
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "doFilter",
      "start": 2683,
      "end": 2691,
      "loc": {
        "start": {
          "line": 88,
          "column": 9
        },
        "end": {
          "line": 88,
          "column": 17
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2691,
      "end": 2692,
      "loc": {
        "start": {
          "line": 88,
          "column": 17
        },
        "end": {
          "line": 88,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2692,
      "end": 2700,
      "loc": {
        "start": {
          "line": 88,
          "column": 18
        },
        "end": {
          "line": 88,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2700,
      "end": 2701,
      "loc": {
        "start": {
          "line": 88,
          "column": 26
        },
        "end": {
          "line": 88,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2702,
      "end": 2703,
      "loc": {
        "start": {
          "line": 88,
          "column": 28
        },
        "end": {
          "line": 88,
          "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": 2708,
      "end": 2710,
      "loc": {
        "start": {
          "line": 89,
          "column": 4
        },
        "end": {
          "line": 89,
          "column": 6
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2711,
      "end": 2712,
      "loc": {
        "start": {
          "line": 89,
          "column": 7
        },
        "end": {
          "line": 89,
          "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": 2712,
      "end": 2716,
      "loc": {
        "start": {
          "line": 89,
          "column": 8
        },
        "end": {
          "line": 89,
          "column": 12
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2716,
      "end": 2717,
      "loc": {
        "start": {
          "line": 89,
          "column": 12
        },
        "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": "filterConditions",
      "start": 2717,
      "end": 2733,
      "loc": {
        "start": {
          "line": 89,
          "column": 13
        },
        "end": {
          "line": 89,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 2734,
      "end": 2737,
      "loc": {
        "start": {
          "line": 89,
          "column": 30
        },
        "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": "undefined",
      "start": 2738,
      "end": 2747,
      "loc": {
        "start": {
          "line": 89,
          "column": 34
        },
        "end": {
          "line": 89,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2747,
      "end": 2748,
      "loc": {
        "start": {
          "line": 89,
          "column": 43
        },
        "end": {
          "line": 89,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2749,
      "end": 2750,
      "loc": {
        "start": {
          "line": 89,
          "column": 45
        },
        "end": {
          "line": 89,
          "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": 2759,
      "end": 2764,
      "loc": {
        "start": {
          "line": 90,
          "column": 8
        },
        "end": {
          "line": 90,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2765,
      "end": 2769,
      "loc": {
        "start": {
          "line": 90,
          "column": 14
        },
        "end": {
          "line": 90,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": true,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "value": "=",
      "start": 2770,
      "end": 2771,
      "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": "Object",
      "start": 2772,
      "end": 2778,
      "loc": {
        "start": {
          "line": 90,
          "column": 21
        },
        "end": {
          "line": 90,
          "column": 27
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2778,
      "end": 2779,
      "loc": {
        "start": {
          "line": 90,
          "column": 27
        },
        "end": {
          "line": 90,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "keys",
      "start": 2779,
      "end": 2783,
      "loc": {
        "start": {
          "line": 90,
          "column": 28
        },
        "end": {
          "line": 90,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2783,
      "end": 2784,
      "loc": {
        "start": {
          "line": 90,
          "column": 32
        },
        "end": {
          "line": 90,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2784,
      "end": 2792,
      "loc": {
        "start": {
          "line": 90,
          "column": 33
        },
        "end": {
          "line": 90,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2792,
      "end": 2793,
      "loc": {
        "start": {
          "line": 90,
          "column": 41
        },
        "end": {
          "line": 90,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2793,
      "end": 2797,
      "loc": {
        "start": {
          "line": 90,
          "column": 42
        },
        "end": {
          "line": 90,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2797,
      "end": 2798,
      "loc": {
        "start": {
          "line": 90,
          "column": 46
        },
        "end": {
          "line": 90,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2798,
      "end": 2799,
      "loc": {
        "start": {
          "line": 90,
          "column": 47
        },
        "end": {
          "line": 90,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "map",
      "start": 2799,
      "end": 2802,
      "loc": {
        "start": {
          "line": 90,
          "column": 48
        },
        "end": {
          "line": 90,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2802,
      "end": 2803,
      "loc": {
        "start": {
          "line": 90,
          "column": 51
        },
        "end": {
          "line": 90,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2803,
      "end": 2806,
      "loc": {
        "start": {
          "line": 90,
          "column": 52
        },
        "end": {
          "line": 90,
          "column": 55
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2807,
      "end": 2809,
      "loc": {
        "start": {
          "line": 90,
          "column": 56
        },
        "end": {
          "line": 90,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2810,
      "end": 2811,
      "loc": {
        "start": {
          "line": 90,
          "column": 59
        },
        "end": {
          "line": 90,
          "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": 2824,
      "end": 2830,
      "loc": {
        "start": {
          "line": 91,
          "column": 12
        },
        "end": {
          "line": 91,
          "column": 18
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2831,
      "end": 2832,
      "loc": {
        "start": {
          "line": 91,
          "column": 19
        },
        "end": {
          "line": 91,
          "column": 20
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2832,
      "end": 2835,
      "loc": {
        "start": {
          "line": 91,
          "column": 20
        },
        "end": {
          "line": 91,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2835,
      "end": 2836,
      "loc": {
        "start": {
          "line": 91,
          "column": 23
        },
        "end": {
          "line": 91,
          "column": 24
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2837,
      "end": 2838,
      "loc": {
        "start": {
          "line": 91,
          "column": 25
        },
        "end": {
          "line": 91,
          "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": 2855,
      "end": 2859,
      "loc": {
        "start": {
          "line": 92,
          "column": 16
        },
        "end": {
          "line": 92,
          "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": 2860,
      "end": 2868,
      "loc": {
        "start": {
          "line": 92,
          "column": 21
        },
        "end": {
          "line": 92,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2868,
      "end": 2869,
      "loc": {
        "start": {
          "line": 92,
          "column": 29
        },
        "end": {
          "line": 92,
          "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": 2890,
      "end": 2896,
      "loc": {
        "start": {
          "line": 93,
          "column": 20
        },
        "end": {
          "line": 93,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2897,
      "end": 2898,
      "loc": {
        "start": {
          "line": 93,
          "column": 27
        },
        "end": {
          "line": 93,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2923,
      "end": 2924,
      "loc": {
        "start": {
          "line": 94,
          "column": 24
        },
        "end": {
          "line": 94,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2924,
      "end": 2927,
      "loc": {
        "start": {
          "line": 94,
          "column": 25
        },
        "end": {
          "line": 94,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2927,
      "end": 2928,
      "loc": {
        "start": {
          "line": 94,
          "column": 28
        },
        "end": {
          "line": 94,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2928,
      "end": 2929,
      "loc": {
        "start": {
          "line": 94,
          "column": 29
        },
        "end": {
          "line": 94,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 2930,
      "end": 2936,
      "loc": {
        "start": {
          "line": 94,
          "column": 31
        },
        "end": {
          "line": 94,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2936,
      "end": 2937,
      "loc": {
        "start": {
          "line": 94,
          "column": 37
        },
        "end": {
          "line": 94,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 2937,
      "end": 2943,
      "loc": {
        "start": {
          "line": 94,
          "column": 38
        },
        "end": {
          "line": 94,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2943,
      "end": 2944,
      "loc": {
        "start": {
          "line": 94,
          "column": 44
        },
        "end": {
          "line": 94,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 2944,
      "end": 2952,
      "loc": {
        "start": {
          "line": 94,
          "column": 45
        },
        "end": {
          "line": 94,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2952,
      "end": 2953,
      "loc": {
        "start": {
          "line": 94,
          "column": 53
        },
        "end": {
          "line": 94,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2953,
      "end": 2957,
      "loc": {
        "start": {
          "line": 94,
          "column": 54
        },
        "end": {
          "line": 94,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2957,
      "end": 2958,
      "loc": {
        "start": {
          "line": 94,
          "column": 58
        },
        "end": {
          "line": 94,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 2958,
      "end": 2961,
      "loc": {
        "start": {
          "line": 94,
          "column": 59
        },
        "end": {
          "line": 94,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2961,
      "end": 2962,
      "loc": {
        "start": {
          "line": 94,
          "column": 62
        },
        "end": {
          "line": 94,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2962,
      "end": 2963,
      "loc": {
        "start": {
          "line": 94,
          "column": 63
        },
        "end": {
          "line": 94,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 2964,
      "end": 2965,
      "loc": {
        "start": {
          "line": 94,
          "column": 65
        },
        "end": {
          "line": 94,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 2994,
      "end": 2998,
      "loc": {
        "start": {
          "line": 95,
          "column": 28
        },
        "end": {
          "line": 95,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 2998,
      "end": 2999,
      "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": "response",
      "start": 3000,
      "end": 3008,
      "loc": {
        "start": {
          "line": 95,
          "column": 34
        },
        "end": {
          "line": 95,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3008,
      "end": 3009,
      "loc": {
        "start": {
          "line": 95,
          "column": 42
        },
        "end": {
          "line": 95,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3009,
      "end": 3013,
      "loc": {
        "start": {
          "line": 95,
          "column": 43
        },
        "end": {
          "line": 95,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3013,
      "end": 3014,
      "loc": {
        "start": {
          "line": 95,
          "column": 47
        },
        "end": {
          "line": 95,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 3014,
      "end": 3017,
      "loc": {
        "start": {
          "line": 95,
          "column": 48
        },
        "end": {
          "line": 95,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3017,
      "end": 3018,
      "loc": {
        "start": {
          "line": 95,
          "column": 51
        },
        "end": {
          "line": 95,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3018,
      "end": 3019,
      "loc": {
        "start": {
          "line": 95,
          "column": 52
        },
        "end": {
          "line": 95,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 3019,
      "end": 3023,
      "loc": {
        "start": {
          "line": 95,
          "column": 53
        },
        "end": {
          "line": 95,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3056,
      "end": 3057,
      "loc": {
        "start": {
          "line": 96,
          "column": 32
        },
        "end": {
          "line": 96,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 3057,
      "end": 3063,
      "loc": {
        "start": {
          "line": 96,
          "column": 33
        },
        "end": {
          "line": 96,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3063,
      "end": 3064,
      "loc": {
        "start": {
          "line": 96,
          "column": 39
        },
        "end": {
          "line": 96,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3064,
      "end": 3069,
      "loc": {
        "start": {
          "line": 96,
          "column": 40
        },
        "end": {
          "line": 96,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3070,
      "end": 3072,
      "loc": {
        "start": {
          "line": 96,
          "column": 46
        },
        "end": {
          "line": 96,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3073,
      "end": 3074,
      "loc": {
        "start": {
          "line": 96,
          "column": 49
        },
        "end": {
          "line": 96,
          "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": 3111,
      "end": 3113,
      "loc": {
        "start": {
          "line": 97,
          "column": 36
        },
        "end": {
          "line": 97,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3114,
      "end": 3115,
      "loc": {
        "start": {
          "line": 97,
          "column": 39
        },
        "end": {
          "line": 97,
          "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": 3115,
      "end": 3119,
      "loc": {
        "start": {
          "line": 97,
          "column": 40
        },
        "end": {
          "line": 97,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3119,
      "end": 3120,
      "loc": {
        "start": {
          "line": 97,
          "column": 44
        },
        "end": {
          "line": 97,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3120,
      "end": 3136,
      "loc": {
        "start": {
          "line": 97,
          "column": 45
        },
        "end": {
          "line": 97,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3136,
      "end": 3137,
      "loc": {
        "start": {
          "line": 97,
          "column": 61
        },
        "end": {
          "line": 97,
          "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": 3137,
      "end": 3156,
      "loc": {
        "start": {
          "line": 97,
          "column": 62
        },
        "end": {
          "line": 97,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3157,
      "end": 3160,
      "loc": {
        "start": {
          "line": 97,
          "column": 82
        },
        "end": {
          "line": 97,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3161,
      "end": 3170,
      "loc": {
        "start": {
          "line": 97,
          "column": 86
        },
        "end": {
          "line": 97,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3171,
      "end": 3173,
      "loc": {
        "start": {
          "line": 97,
          "column": 96
        },
        "end": {
          "line": 97,
          "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": 3214,
      "end": 3215,
      "loc": {
        "start": {
          "line": 98,
          "column": 40
        },
        "end": {
          "line": 98,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3215,
      "end": 3220,
      "loc": {
        "start": {
          "line": 98,
          "column": 41
        },
        "end": {
          "line": 98,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3220,
      "end": 3221,
      "loc": {
        "start": {
          "line": 98,
          "column": 46
        },
        "end": {
          "line": 98,
          "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": 3221,
      "end": 3242,
      "loc": {
        "start": {
          "line": 98,
          "column": 47
        },
        "end": {
          "line": 98,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3242,
      "end": 3243,
      "loc": {
        "start": {
          "line": 98,
          "column": 68
        },
        "end": {
          "line": 98,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 3243,
      "end": 3251,
      "loc": {
        "start": {
          "line": 98,
          "column": 69
        },
        "end": {
          "line": 98,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3251,
      "end": 3252,
      "loc": {
        "start": {
          "line": 98,
          "column": 77
        },
        "end": {
          "line": 98,
          "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": 3252,
      "end": 3256,
      "loc": {
        "start": {
          "line": 98,
          "column": 78
        },
        "end": {
          "line": 98,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3256,
      "end": 3257,
      "loc": {
        "start": {
          "line": 98,
          "column": 82
        },
        "end": {
          "line": 98,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3257,
      "end": 3273,
      "loc": {
        "start": {
          "line": 98,
          "column": 83
        },
        "end": {
          "line": 98,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3273,
      "end": 3274,
      "loc": {
        "start": {
          "line": 98,
          "column": 99
        },
        "end": {
          "line": 98,
          "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": 3274,
      "end": 3293,
      "loc": {
        "start": {
          "line": 98,
          "column": 100
        },
        "end": {
          "line": 98,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3293,
      "end": 3294,
      "loc": {
        "start": {
          "line": 98,
          "column": 119
        },
        "end": {
          "line": 98,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3294,
      "end": 3295,
      "loc": {
        "start": {
          "line": 98,
          "column": 120
        },
        "end": {
          "line": 98,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3296,
      "end": 3297,
      "loc": {
        "start": {
          "line": 98,
          "column": 122
        },
        "end": {
          "line": 98,
          "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": 3338,
      "end": 3344,
      "loc": {
        "start": {
          "line": 99,
          "column": 40
        },
        "end": {
          "line": 99,
          "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": 3345,
      "end": 3350,
      "loc": {
        "start": {
          "line": 99,
          "column": 47
        },
        "end": {
          "line": 99,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3387,
      "end": 3388,
      "loc": {
        "start": {
          "line": 100,
          "column": 36
        },
        "end": {
          "line": 100,
          "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": 3425,
      "end": 3427,
      "loc": {
        "start": {
          "line": 101,
          "column": 36
        },
        "end": {
          "line": 101,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3428,
      "end": 3429,
      "loc": {
        "start": {
          "line": 101,
          "column": 39
        },
        "end": {
          "line": 101,
          "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": 3429,
      "end": 3433,
      "loc": {
        "start": {
          "line": 101,
          "column": 40
        },
        "end": {
          "line": 101,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3433,
      "end": 3434,
      "loc": {
        "start": {
          "line": 101,
          "column": 44
        },
        "end": {
          "line": 101,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3434,
      "end": 3450,
      "loc": {
        "start": {
          "line": 101,
          "column": 45
        },
        "end": {
          "line": 101,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3450,
      "end": 3451,
      "loc": {
        "start": {
          "line": 101,
          "column": 61
        },
        "end": {
          "line": 101,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3451,
      "end": 3456,
      "loc": {
        "start": {
          "line": 101,
          "column": 62
        },
        "end": {
          "line": 101,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3457,
      "end": 3460,
      "loc": {
        "start": {
          "line": 101,
          "column": 68
        },
        "end": {
          "line": 101,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3461,
      "end": 3470,
      "loc": {
        "start": {
          "line": 101,
          "column": 72
        },
        "end": {
          "line": 101,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3471,
      "end": 3473,
      "loc": {
        "start": {
          "line": 101,
          "column": 82
        },
        "end": {
          "line": 101,
          "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": 3514,
      "end": 3515,
      "loc": {
        "start": {
          "line": 102,
          "column": 40
        },
        "end": {
          "line": 102,
          "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": 3515,
      "end": 3518,
      "loc": {
        "start": {
          "line": 102,
          "column": 41
        },
        "end": {
          "line": 102,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 3519,
      "end": 3525,
      "loc": {
        "start": {
          "line": 102,
          "column": 45
        },
        "end": {
          "line": 102,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3525,
      "end": 3526,
      "loc": {
        "start": {
          "line": 102,
          "column": 51
        },
        "end": {
          "line": 102,
          "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": 3526,
      "end": 3530,
      "loc": {
        "start": {
          "line": 102,
          "column": 52
        },
        "end": {
          "line": 102,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3531,
      "end": 3532,
      "loc": {
        "start": {
          "line": 102,
          "column": 57
        },
        "end": {
          "line": 102,
          "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": 3533,
      "end": 3537,
      "loc": {
        "start": {
          "line": 102,
          "column": 59
        },
        "end": {
          "line": 102,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3537,
      "end": 3538,
      "loc": {
        "start": {
          "line": 102,
          "column": 63
        },
        "end": {
          "line": 102,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3538,
      "end": 3554,
      "loc": {
        "start": {
          "line": 102,
          "column": 64
        },
        "end": {
          "line": 102,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3554,
      "end": 3555,
      "loc": {
        "start": {
          "line": 102,
          "column": 80
        },
        "end": {
          "line": 102,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3555,
      "end": 3560,
      "loc": {
        "start": {
          "line": 102,
          "column": 81
        },
        "end": {
          "line": 102,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3561,
      "end": 3562,
      "loc": {
        "start": {
          "line": 102,
          "column": 87
        },
        "end": {
          "line": 102,
          "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": 3563,
      "end": 3567,
      "loc": {
        "start": {
          "line": 102,
          "column": 89
        },
        "end": {
          "line": 102,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3567,
      "end": 3568,
      "loc": {
        "start": {
          "line": 102,
          "column": 93
        },
        "end": {
          "line": 102,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3568,
      "end": 3569,
      "loc": {
        "start": {
          "line": 102,
          "column": 94
        },
        "end": {
          "line": 102,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 3569,
      "end": 3573,
      "loc": {
        "start": {
          "line": 102,
          "column": 95
        },
        "end": {
          "line": 102,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3573,
      "end": 3574,
      "loc": {
        "start": {
          "line": 102,
          "column": 99
        },
        "end": {
          "line": 102,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3574,
      "end": 3579,
      "loc": {
        "start": {
          "line": 102,
          "column": 100
        },
        "end": {
          "line": 102,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3579,
      "end": 3580,
      "loc": {
        "start": {
          "line": 102,
          "column": 105
        },
        "end": {
          "line": 102,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3580,
      "end": 3584,
      "loc": {
        "start": {
          "line": 102,
          "column": 106
        },
        "end": {
          "line": 102,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3584,
      "end": 3585,
      "loc": {
        "start": {
          "line": 102,
          "column": 110
        },
        "end": {
          "line": 102,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3585,
      "end": 3586,
      "loc": {
        "start": {
          "line": 102,
          "column": 111
        },
        "end": {
          "line": 102,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3587,
      "end": 3588,
      "loc": {
        "start": {
          "line": 102,
          "column": 113
        },
        "end": {
          "line": 102,
          "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": 3629,
      "end": 3635,
      "loc": {
        "start": {
          "line": 103,
          "column": 40
        },
        "end": {
          "line": 103,
          "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": 3636,
      "end": 3641,
      "loc": {
        "start": {
          "line": 103,
          "column": 47
        },
        "end": {
          "line": 103,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3678,
      "end": 3679,
      "loc": {
        "start": {
          "line": 104,
          "column": 36
        },
        "end": {
          "line": 104,
          "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": 3716,
      "end": 3718,
      "loc": {
        "start": {
          "line": 105,
          "column": 36
        },
        "end": {
          "line": 105,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3719,
      "end": 3720,
      "loc": {
        "start": {
          "line": 105,
          "column": 39
        },
        "end": {
          "line": 105,
          "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": 3720,
      "end": 3724,
      "loc": {
        "start": {
          "line": 105,
          "column": 40
        },
        "end": {
          "line": 105,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3724,
      "end": 3725,
      "loc": {
        "start": {
          "line": 105,
          "column": 44
        },
        "end": {
          "line": 105,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3725,
      "end": 3741,
      "loc": {
        "start": {
          "line": 105,
          "column": 45
        },
        "end": {
          "line": 105,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3741,
      "end": 3742,
      "loc": {
        "start": {
          "line": 105,
          "column": 61
        },
        "end": {
          "line": 105,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 3742,
      "end": 3747,
      "loc": {
        "start": {
          "line": 105,
          "column": 62
        },
        "end": {
          "line": 105,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 3748,
      "end": 3751,
      "loc": {
        "start": {
          "line": 105,
          "column": 68
        },
        "end": {
          "line": 105,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 3752,
      "end": 3761,
      "loc": {
        "start": {
          "line": 105,
          "column": 72
        },
        "end": {
          "line": 105,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 3762,
      "end": 3764,
      "loc": {
        "start": {
          "line": 105,
          "column": 82
        },
        "end": {
          "line": 105,
          "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": 3805,
      "end": 3806,
      "loc": {
        "start": {
          "line": 106,
          "column": 40
        },
        "end": {
          "line": 106,
          "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": 3806,
      "end": 3809,
      "loc": {
        "start": {
          "line": 106,
          "column": 41
        },
        "end": {
          "line": 106,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 3810,
      "end": 3816,
      "loc": {
        "start": {
          "line": 106,
          "column": 45
        },
        "end": {
          "line": 106,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3816,
      "end": 3817,
      "loc": {
        "start": {
          "line": 106,
          "column": 51
        },
        "end": {
          "line": 106,
          "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": 3817,
      "end": 3821,
      "loc": {
        "start": {
          "line": 106,
          "column": 52
        },
        "end": {
          "line": 106,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3822,
      "end": 3823,
      "loc": {
        "start": {
          "line": 106,
          "column": 57
        },
        "end": {
          "line": 106,
          "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": 3824,
      "end": 3828,
      "loc": {
        "start": {
          "line": 106,
          "column": 59
        },
        "end": {
          "line": 106,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3828,
      "end": 3829,
      "loc": {
        "start": {
          "line": 106,
          "column": 63
        },
        "end": {
          "line": 106,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 3829,
      "end": 3845,
      "loc": {
        "start": {
          "line": 106,
          "column": 64
        },
        "end": {
          "line": 106,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3845,
      "end": 3846,
      "loc": {
        "start": {
          "line": 106,
          "column": 80
        },
        "end": {
          "line": 106,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 3846,
      "end": 3851,
      "loc": {
        "start": {
          "line": 106,
          "column": 81
        },
        "end": {
          "line": 106,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 3852,
      "end": 3853,
      "loc": {
        "start": {
          "line": 106,
          "column": 87
        },
        "end": {
          "line": 106,
          "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": 3854,
      "end": 3858,
      "loc": {
        "start": {
          "line": 106,
          "column": 89
        },
        "end": {
          "line": 106,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3858,
      "end": 3859,
      "loc": {
        "start": {
          "line": 106,
          "column": 93
        },
        "end": {
          "line": 106,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3859,
      "end": 3860,
      "loc": {
        "start": {
          "line": 106,
          "column": 94
        },
        "end": {
          "line": 106,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 3860,
      "end": 3864,
      "loc": {
        "start": {
          "line": 106,
          "column": 95
        },
        "end": {
          "line": 106,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3864,
      "end": 3865,
      "loc": {
        "start": {
          "line": 106,
          "column": 99
        },
        "end": {
          "line": 106,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 3865,
      "end": 3870,
      "loc": {
        "start": {
          "line": 106,
          "column": 100
        },
        "end": {
          "line": 106,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3870,
      "end": 3871,
      "loc": {
        "start": {
          "line": 106,
          "column": 105
        },
        "end": {
          "line": 106,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 3871,
      "end": 3876,
      "loc": {
        "start": {
          "line": 106,
          "column": 106
        },
        "end": {
          "line": 106,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 3876,
      "end": 3877,
      "loc": {
        "start": {
          "line": 106,
          "column": 111
        },
        "end": {
          "line": 106,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 3877,
      "end": 3881,
      "loc": {
        "start": {
          "line": 106,
          "column": 112
        },
        "end": {
          "line": 106,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3881,
      "end": 3882,
      "loc": {
        "start": {
          "line": 106,
          "column": 116
        },
        "end": {
          "line": 106,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3882,
      "end": 3883,
      "loc": {
        "start": {
          "line": 106,
          "column": 117
        },
        "end": {
          "line": 106,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3884,
      "end": 3885,
      "loc": {
        "start": {
          "line": 106,
          "column": 119
        },
        "end": {
          "line": 106,
          "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": 3926,
      "end": 3932,
      "loc": {
        "start": {
          "line": 107,
          "column": 40
        },
        "end": {
          "line": 107,
          "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": 3933,
      "end": 3938,
      "loc": {
        "start": {
          "line": 107,
          "column": 47
        },
        "end": {
          "line": 107,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 3975,
      "end": 3976,
      "loc": {
        "start": {
          "line": 108,
          "column": 36
        },
        "end": {
          "line": 108,
          "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": 4013,
      "end": 4019,
      "loc": {
        "start": {
          "line": 109,
          "column": 36
        },
        "end": {
          "line": 109,
          "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": 4020,
      "end": 4021,
      "loc": {
        "start": {
          "line": 109,
          "column": 43
        },
        "end": {
          "line": 109,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4021,
      "end": 4022,
      "loc": {
        "start": {
          "line": 109,
          "column": 44
        },
        "end": {
          "line": 109,
          "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": 4022,
      "end": 4026,
      "loc": {
        "start": {
          "line": 109,
          "column": 45
        },
        "end": {
          "line": 109,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4026,
      "end": 4027,
      "loc": {
        "start": {
          "line": 109,
          "column": 49
        },
        "end": {
          "line": 109,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4027,
      "end": 4043,
      "loc": {
        "start": {
          "line": 109,
          "column": 50
        },
        "end": {
          "line": 109,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4043,
      "end": 4044,
      "loc": {
        "start": {
          "line": 109,
          "column": 66
        },
        "end": {
          "line": 109,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 4044,
      "end": 4050,
      "loc": {
        "start": {
          "line": 109,
          "column": 67
        },
        "end": {
          "line": 109,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4051,
      "end": 4054,
      "loc": {
        "start": {
          "line": 109,
          "column": 74
        },
        "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": "undefined",
      "start": 4055,
      "end": 4064,
      "loc": {
        "start": {
          "line": 109,
          "column": 78
        },
        "end": {
          "line": 109,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4065,
      "end": 4067,
      "loc": {
        "start": {
          "line": 109,
          "column": 88
        },
        "end": {
          "line": 109,
          "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": 4104,
      "end": 4105,
      "loc": {
        "start": {
          "line": 110,
          "column": 36
        },
        "end": {
          "line": 110,
          "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": 4105,
      "end": 4108,
      "loc": {
        "start": {
          "line": 110,
          "column": 37
        },
        "end": {
          "line": 110,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 4109,
      "end": 4115,
      "loc": {
        "start": {
          "line": 110,
          "column": 41
        },
        "end": {
          "line": 110,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4115,
      "end": 4116,
      "loc": {
        "start": {
          "line": 110,
          "column": 47
        },
        "end": {
          "line": 110,
          "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": 4116,
      "end": 4120,
      "loc": {
        "start": {
          "line": 110,
          "column": 48
        },
        "end": {
          "line": 110,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4121,
      "end": 4122,
      "loc": {
        "start": {
          "line": 110,
          "column": 53
        },
        "end": {
          "line": 110,
          "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": 4123,
      "end": 4127,
      "loc": {
        "start": {
          "line": 110,
          "column": 55
        },
        "end": {
          "line": 110,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4127,
      "end": 4128,
      "loc": {
        "start": {
          "line": 110,
          "column": 59
        },
        "end": {
          "line": 110,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4128,
      "end": 4144,
      "loc": {
        "start": {
          "line": 110,
          "column": 60
        },
        "end": {
          "line": 110,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4144,
      "end": 4145,
      "loc": {
        "start": {
          "line": 110,
          "column": 76
        },
        "end": {
          "line": 110,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 4145,
      "end": 4151,
      "loc": {
        "start": {
          "line": 110,
          "column": 77
        },
        "end": {
          "line": 110,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4152,
      "end": 4153,
      "loc": {
        "start": {
          "line": 110,
          "column": 84
        },
        "end": {
          "line": 110,
          "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": 4154,
      "end": 4158,
      "loc": {
        "start": {
          "line": 110,
          "column": 86
        },
        "end": {
          "line": 110,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4158,
      "end": 4159,
      "loc": {
        "start": {
          "line": 110,
          "column": 90
        },
        "end": {
          "line": 110,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4159,
      "end": 4160,
      "loc": {
        "start": {
          "line": 110,
          "column": 91
        },
        "end": {
          "line": 110,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 4160,
      "end": 4164,
      "loc": {
        "start": {
          "line": 110,
          "column": 92
        },
        "end": {
          "line": 110,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4164,
      "end": 4165,
      "loc": {
        "start": {
          "line": 110,
          "column": 96
        },
        "end": {
          "line": 110,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "track",
      "start": 4165,
      "end": 4170,
      "loc": {
        "start": {
          "line": 110,
          "column": 97
        },
        "end": {
          "line": 110,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4170,
      "end": 4171,
      "loc": {
        "start": {
          "line": 110,
          "column": 102
        },
        "end": {
          "line": 110,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4171,
      "end": 4176,
      "loc": {
        "start": {
          "line": 110,
          "column": 103
        },
        "end": {
          "line": 110,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4176,
      "end": 4177,
      "loc": {
        "start": {
          "line": 110,
          "column": 108
        },
        "end": {
          "line": 110,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 4177,
      "end": 4183,
      "loc": {
        "start": {
          "line": 110,
          "column": 109
        },
        "end": {
          "line": 110,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4183,
      "end": 4184,
      "loc": {
        "start": {
          "line": 110,
          "column": 115
        },
        "end": {
          "line": 110,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 4184,
      "end": 4188,
      "loc": {
        "start": {
          "line": 110,
          "column": 116
        },
        "end": {
          "line": 110,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4188,
      "end": 4189,
      "loc": {
        "start": {
          "line": 110,
          "column": 120
        },
        "end": {
          "line": 110,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4189,
      "end": 4190,
      "loc": {
        "start": {
          "line": 110,
          "column": 121
        },
        "end": {
          "line": 110,
          "column": 122
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4223,
      "end": 4224,
      "loc": {
        "start": {
          "line": 111,
          "column": 32
        },
        "end": {
          "line": 111,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4224,
      "end": 4225,
      "loc": {
        "start": {
          "line": 111,
          "column": 33
        },
        "end": {
          "line": 111,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4250,
      "end": 4251,
      "loc": {
        "start": {
          "line": 112,
          "column": 24
        },
        "end": {
          "line": 112,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4251,
      "end": 4252,
      "loc": {
        "start": {
          "line": 112,
          "column": 25
        },
        "end": {
          "line": 112,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4273,
      "end": 4274,
      "loc": {
        "start": {
          "line": 113,
          "column": 20
        },
        "end": {
          "line": 113,
          "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": 4311,
      "end": 4315,
      "loc": {
        "start": {
          "line": 114,
          "column": 16
        },
        "end": {
          "line": 114,
          "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": 4316,
      "end": 4324,
      "loc": {
        "start": {
          "line": 114,
          "column": 21
        },
        "end": {
          "line": 114,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4324,
      "end": 4325,
      "loc": {
        "start": {
          "line": 114,
          "column": 29
        },
        "end": {
          "line": 114,
          "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": 4346,
      "end": 4352,
      "loc": {
        "start": {
          "line": 115,
          "column": 20
        },
        "end": {
          "line": 115,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4353,
      "end": 4354,
      "loc": {
        "start": {
          "line": 115,
          "column": 27
        },
        "end": {
          "line": 115,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4379,
      "end": 4380,
      "loc": {
        "start": {
          "line": 116,
          "column": 24
        },
        "end": {
          "line": 116,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 4380,
      "end": 4383,
      "loc": {
        "start": {
          "line": 116,
          "column": 25
        },
        "end": {
          "line": 116,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4383,
      "end": 4384,
      "loc": {
        "start": {
          "line": 116,
          "column": 28
        },
        "end": {
          "line": 116,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4384,
      "end": 4385,
      "loc": {
        "start": {
          "line": 116,
          "column": 29
        },
        "end": {
          "line": 116,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 4386,
      "end": 4392,
      "loc": {
        "start": {
          "line": 116,
          "column": 31
        },
        "end": {
          "line": 116,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4392,
      "end": 4393,
      "loc": {
        "start": {
          "line": 116,
          "column": 37
        },
        "end": {
          "line": 116,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 4393,
      "end": 4399,
      "loc": {
        "start": {
          "line": 116,
          "column": 38
        },
        "end": {
          "line": 116,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4399,
      "end": 4400,
      "loc": {
        "start": {
          "line": 116,
          "column": 44
        },
        "end": {
          "line": 116,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 4400,
      "end": 4408,
      "loc": {
        "start": {
          "line": 116,
          "column": 45
        },
        "end": {
          "line": 116,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4408,
      "end": 4409,
      "loc": {
        "start": {
          "line": 116,
          "column": 53
        },
        "end": {
          "line": 116,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4409,
      "end": 4413,
      "loc": {
        "start": {
          "line": 116,
          "column": 54
        },
        "end": {
          "line": 116,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4413,
      "end": 4414,
      "loc": {
        "start": {
          "line": 116,
          "column": 58
        },
        "end": {
          "line": 116,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 4414,
      "end": 4417,
      "loc": {
        "start": {
          "line": 116,
          "column": 59
        },
        "end": {
          "line": 116,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4417,
      "end": 4418,
      "loc": {
        "start": {
          "line": 116,
          "column": 62
        },
        "end": {
          "line": 116,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4418,
      "end": 4419,
      "loc": {
        "start": {
          "line": 116,
          "column": 63
        },
        "end": {
          "line": 116,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4420,
      "end": 4421,
      "loc": {
        "start": {
          "line": 116,
          "column": 65
        },
        "end": {
          "line": 116,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4450,
      "end": 4454,
      "loc": {
        "start": {
          "line": 117,
          "column": 28
        },
        "end": {
          "line": 117,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4454,
      "end": 4455,
      "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": "response",
      "start": 4456,
      "end": 4464,
      "loc": {
        "start": {
          "line": 117,
          "column": 34
        },
        "end": {
          "line": 117,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4464,
      "end": 4465,
      "loc": {
        "start": {
          "line": 117,
          "column": 42
        },
        "end": {
          "line": 117,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4465,
      "end": 4469,
      "loc": {
        "start": {
          "line": 117,
          "column": 43
        },
        "end": {
          "line": 117,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4469,
      "end": 4470,
      "loc": {
        "start": {
          "line": 117,
          "column": 47
        },
        "end": {
          "line": 117,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 4470,
      "end": 4473,
      "loc": {
        "start": {
          "line": 117,
          "column": 48
        },
        "end": {
          "line": 117,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4473,
      "end": 4474,
      "loc": {
        "start": {
          "line": 117,
          "column": 51
        },
        "end": {
          "line": 117,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4474,
      "end": 4475,
      "loc": {
        "start": {
          "line": 117,
          "column": 52
        },
        "end": {
          "line": 117,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 4475,
      "end": 4479,
      "loc": {
        "start": {
          "line": 117,
          "column": 53
        },
        "end": {
          "line": 117,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4512,
      "end": 4513,
      "loc": {
        "start": {
          "line": 118,
          "column": 32
        },
        "end": {
          "line": 118,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 4513,
      "end": 4519,
      "loc": {
        "start": {
          "line": 118,
          "column": 33
        },
        "end": {
          "line": 118,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4519,
      "end": 4520,
      "loc": {
        "start": {
          "line": 118,
          "column": 39
        },
        "end": {
          "line": 118,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4520,
      "end": 4525,
      "loc": {
        "start": {
          "line": 118,
          "column": 40
        },
        "end": {
          "line": 118,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4526,
      "end": 4528,
      "loc": {
        "start": {
          "line": 118,
          "column": 46
        },
        "end": {
          "line": 118,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4529,
      "end": 4530,
      "loc": {
        "start": {
          "line": 118,
          "column": 49
        },
        "end": {
          "line": 118,
          "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": 4567,
      "end": 4569,
      "loc": {
        "start": {
          "line": 119,
          "column": 36
        },
        "end": {
          "line": 119,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4570,
      "end": 4571,
      "loc": {
        "start": {
          "line": 119,
          "column": 39
        },
        "end": {
          "line": 119,
          "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": 4571,
      "end": 4575,
      "loc": {
        "start": {
          "line": 119,
          "column": 40
        },
        "end": {
          "line": 119,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4575,
      "end": 4576,
      "loc": {
        "start": {
          "line": 119,
          "column": 44
        },
        "end": {
          "line": 119,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4576,
      "end": 4592,
      "loc": {
        "start": {
          "line": 119,
          "column": 45
        },
        "end": {
          "line": 119,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4592,
      "end": 4593,
      "loc": {
        "start": {
          "line": 119,
          "column": 61
        },
        "end": {
          "line": 119,
          "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": 4593,
      "end": 4612,
      "loc": {
        "start": {
          "line": 119,
          "column": 62
        },
        "end": {
          "line": 119,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4613,
      "end": 4616,
      "loc": {
        "start": {
          "line": 119,
          "column": 82
        },
        "end": {
          "line": 119,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 4617,
      "end": 4626,
      "loc": {
        "start": {
          "line": 119,
          "column": 86
        },
        "end": {
          "line": 119,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4627,
      "end": 4629,
      "loc": {
        "start": {
          "line": 119,
          "column": 96
        },
        "end": {
          "line": 119,
          "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": 4670,
      "end": 4671,
      "loc": {
        "start": {
          "line": 120,
          "column": 40
        },
        "end": {
          "line": 120,
          "column": 41
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4671,
      "end": 4676,
      "loc": {
        "start": {
          "line": 120,
          "column": 41
        },
        "end": {
          "line": 120,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4676,
      "end": 4677,
      "loc": {
        "start": {
          "line": 120,
          "column": 46
        },
        "end": {
          "line": 120,
          "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": 4677,
      "end": 4698,
      "loc": {
        "start": {
          "line": 120,
          "column": 47
        },
        "end": {
          "line": 120,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4698,
      "end": 4699,
      "loc": {
        "start": {
          "line": 120,
          "column": 68
        },
        "end": {
          "line": 120,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "includes",
      "start": 4699,
      "end": 4707,
      "loc": {
        "start": {
          "line": 120,
          "column": 69
        },
        "end": {
          "line": 120,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4707,
      "end": 4708,
      "loc": {
        "start": {
          "line": 120,
          "column": 77
        },
        "end": {
          "line": 120,
          "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": 4708,
      "end": 4712,
      "loc": {
        "start": {
          "line": 120,
          "column": 78
        },
        "end": {
          "line": 120,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4712,
      "end": 4713,
      "loc": {
        "start": {
          "line": 120,
          "column": 82
        },
        "end": {
          "line": 120,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4713,
      "end": 4729,
      "loc": {
        "start": {
          "line": 120,
          "column": 83
        },
        "end": {
          "line": 120,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4729,
      "end": 4730,
      "loc": {
        "start": {
          "line": 120,
          "column": 99
        },
        "end": {
          "line": 120,
          "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": 4730,
      "end": 4749,
      "loc": {
        "start": {
          "line": 120,
          "column": 100
        },
        "end": {
          "line": 120,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4749,
      "end": 4750,
      "loc": {
        "start": {
          "line": 120,
          "column": 119
        },
        "end": {
          "line": 120,
          "column": 120
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4750,
      "end": 4751,
      "loc": {
        "start": {
          "line": 120,
          "column": 120
        },
        "end": {
          "line": 120,
          "column": 121
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4752,
      "end": 4753,
      "loc": {
        "start": {
          "line": 120,
          "column": 122
        },
        "end": {
          "line": 120,
          "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": 4794,
      "end": 4800,
      "loc": {
        "start": {
          "line": 121,
          "column": 40
        },
        "end": {
          "line": 121,
          "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": 4801,
      "end": 4806,
      "loc": {
        "start": {
          "line": 121,
          "column": 47
        },
        "end": {
          "line": 121,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4843,
      "end": 4844,
      "loc": {
        "start": {
          "line": 122,
          "column": 36
        },
        "end": {
          "line": 122,
          "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": 4881,
      "end": 4883,
      "loc": {
        "start": {
          "line": 123,
          "column": 36
        },
        "end": {
          "line": 123,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4884,
      "end": 4885,
      "loc": {
        "start": {
          "line": 123,
          "column": 39
        },
        "end": {
          "line": 123,
          "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": 4885,
      "end": 4889,
      "loc": {
        "start": {
          "line": 123,
          "column": 40
        },
        "end": {
          "line": 123,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4889,
      "end": 4890,
      "loc": {
        "start": {
          "line": 123,
          "column": 44
        },
        "end": {
          "line": 123,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4890,
      "end": 4906,
      "loc": {
        "start": {
          "line": 123,
          "column": 45
        },
        "end": {
          "line": 123,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4906,
      "end": 4907,
      "loc": {
        "start": {
          "line": 123,
          "column": 61
        },
        "end": {
          "line": 123,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 4907,
      "end": 4912,
      "loc": {
        "start": {
          "line": 123,
          "column": 62
        },
        "end": {
          "line": 123,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 4913,
      "end": 4916,
      "loc": {
        "start": {
          "line": 123,
          "column": 68
        },
        "end": {
          "line": 123,
          "column": 71
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 4917,
      "end": 4926,
      "loc": {
        "start": {
          "line": 123,
          "column": 72
        },
        "end": {
          "line": 123,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 4927,
      "end": 4929,
      "loc": {
        "start": {
          "line": 123,
          "column": 82
        },
        "end": {
          "line": 123,
          "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": 4970,
      "end": 4971,
      "loc": {
        "start": {
          "line": 124,
          "column": 40
        },
        "end": {
          "line": 124,
          "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": 4971,
      "end": 4974,
      "loc": {
        "start": {
          "line": 124,
          "column": 41
        },
        "end": {
          "line": 124,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 4975,
      "end": 4981,
      "loc": {
        "start": {
          "line": 124,
          "column": 45
        },
        "end": {
          "line": 124,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 4981,
      "end": 4982,
      "loc": {
        "start": {
          "line": 124,
          "column": 51
        },
        "end": {
          "line": 124,
          "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": 4982,
      "end": 4986,
      "loc": {
        "start": {
          "line": 124,
          "column": 52
        },
        "end": {
          "line": 124,
          "column": 56
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 4987,
      "end": 4988,
      "loc": {
        "start": {
          "line": 124,
          "column": 57
        },
        "end": {
          "line": 124,
          "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": 4989,
      "end": 4993,
      "loc": {
        "start": {
          "line": 124,
          "column": 59
        },
        "end": {
          "line": 124,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 4993,
      "end": 4994,
      "loc": {
        "start": {
          "line": 124,
          "column": 63
        },
        "end": {
          "line": 124,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 4994,
      "end": 5010,
      "loc": {
        "start": {
          "line": 124,
          "column": 64
        },
        "end": {
          "line": 124,
          "column": 80
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5010,
      "end": 5011,
      "loc": {
        "start": {
          "line": 124,
          "column": 80
        },
        "end": {
          "line": 124,
          "column": 81
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 5011,
      "end": 5016,
      "loc": {
        "start": {
          "line": 124,
          "column": 81
        },
        "end": {
          "line": 124,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5017,
      "end": 5018,
      "loc": {
        "start": {
          "line": 124,
          "column": 87
        },
        "end": {
          "line": 124,
          "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": 5019,
      "end": 5023,
      "loc": {
        "start": {
          "line": 124,
          "column": 89
        },
        "end": {
          "line": 124,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5023,
      "end": 5024,
      "loc": {
        "start": {
          "line": 124,
          "column": 93
        },
        "end": {
          "line": 124,
          "column": 94
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5024,
      "end": 5025,
      "loc": {
        "start": {
          "line": 124,
          "column": 94
        },
        "end": {
          "line": 124,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5025,
      "end": 5029,
      "loc": {
        "start": {
          "line": 124,
          "column": 95
        },
        "end": {
          "line": 124,
          "column": 99
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5029,
      "end": 5030,
      "loc": {
        "start": {
          "line": 124,
          "column": 99
        },
        "end": {
          "line": 124,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 5030,
      "end": 5035,
      "loc": {
        "start": {
          "line": 124,
          "column": 100
        },
        "end": {
          "line": 124,
          "column": 105
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5035,
      "end": 5036,
      "loc": {
        "start": {
          "line": 124,
          "column": 105
        },
        "end": {
          "line": 124,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5036,
      "end": 5040,
      "loc": {
        "start": {
          "line": 124,
          "column": 106
        },
        "end": {
          "line": 124,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5040,
      "end": 5041,
      "loc": {
        "start": {
          "line": 124,
          "column": 110
        },
        "end": {
          "line": 124,
          "column": 111
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5041,
      "end": 5042,
      "loc": {
        "start": {
          "line": 124,
          "column": 111
        },
        "end": {
          "line": 124,
          "column": 112
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5043,
      "end": 5044,
      "loc": {
        "start": {
          "line": 124,
          "column": 113
        },
        "end": {
          "line": 124,
          "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": 5085,
      "end": 5091,
      "loc": {
        "start": {
          "line": 125,
          "column": 40
        },
        "end": {
          "line": 125,
          "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": 5092,
      "end": 5097,
      "loc": {
        "start": {
          "line": 125,
          "column": 47
        },
        "end": {
          "line": 125,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5134,
      "end": 5135,
      "loc": {
        "start": {
          "line": 126,
          "column": 36
        },
        "end": {
          "line": 126,
          "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": 5172,
      "end": 5178,
      "loc": {
        "start": {
          "line": 127,
          "column": 36
        },
        "end": {
          "line": 127,
          "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": 5179,
      "end": 5180,
      "loc": {
        "start": {
          "line": 127,
          "column": 43
        },
        "end": {
          "line": 127,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5180,
      "end": 5181,
      "loc": {
        "start": {
          "line": 127,
          "column": 44
        },
        "end": {
          "line": 127,
          "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": 5181,
      "end": 5185,
      "loc": {
        "start": {
          "line": 127,
          "column": 45
        },
        "end": {
          "line": 127,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5185,
      "end": 5186,
      "loc": {
        "start": {
          "line": 127,
          "column": 49
        },
        "end": {
          "line": 127,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5186,
      "end": 5202,
      "loc": {
        "start": {
          "line": 127,
          "column": 50
        },
        "end": {
          "line": 127,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5202,
      "end": 5203,
      "loc": {
        "start": {
          "line": 127,
          "column": 66
        },
        "end": {
          "line": 127,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5203,
      "end": 5209,
      "loc": {
        "start": {
          "line": 127,
          "column": 67
        },
        "end": {
          "line": 127,
          "column": 73
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "!==",
      "start": 5210,
      "end": 5213,
      "loc": {
        "start": {
          "line": 127,
          "column": 74
        },
        "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": "undefined",
      "start": 5214,
      "end": 5223,
      "loc": {
        "start": {
          "line": 127,
          "column": 78
        },
        "end": {
          "line": 127,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "&&",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 2,
        "updateContext": null
      },
      "value": "&&",
      "start": 5224,
      "end": 5226,
      "loc": {
        "start": {
          "line": 127,
          "column": 88
        },
        "end": {
          "line": 127,
          "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": 5263,
      "end": 5264,
      "loc": {
        "start": {
          "line": 128,
          "column": 36
        },
        "end": {
          "line": 128,
          "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": 5264,
      "end": 5267,
      "loc": {
        "start": {
          "line": 128,
          "column": 37
        },
        "end": {
          "line": 128,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 5268,
      "end": 5274,
      "loc": {
        "start": {
          "line": 128,
          "column": 41
        },
        "end": {
          "line": 128,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5274,
      "end": 5275,
      "loc": {
        "start": {
          "line": 128,
          "column": 47
        },
        "end": {
          "line": 128,
          "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": 5275,
      "end": 5279,
      "loc": {
        "start": {
          "line": 128,
          "column": 48
        },
        "end": {
          "line": 128,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5280,
      "end": 5281,
      "loc": {
        "start": {
          "line": 128,
          "column": 53
        },
        "end": {
          "line": 128,
          "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": 5282,
      "end": 5286,
      "loc": {
        "start": {
          "line": 128,
          "column": 55
        },
        "end": {
          "line": 128,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5286,
      "end": 5287,
      "loc": {
        "start": {
          "line": 128,
          "column": 59
        },
        "end": {
          "line": 128,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5287,
      "end": 5303,
      "loc": {
        "start": {
          "line": 128,
          "column": 60
        },
        "end": {
          "line": 128,
          "column": 76
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5303,
      "end": 5304,
      "loc": {
        "start": {
          "line": 128,
          "column": 76
        },
        "end": {
          "line": 128,
          "column": 77
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5304,
      "end": 5310,
      "loc": {
        "start": {
          "line": 128,
          "column": 77
        },
        "end": {
          "line": 128,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5311,
      "end": 5312,
      "loc": {
        "start": {
          "line": 128,
          "column": 84
        },
        "end": {
          "line": 128,
          "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": 5313,
      "end": 5317,
      "loc": {
        "start": {
          "line": 128,
          "column": 86
        },
        "end": {
          "line": 128,
          "column": 90
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5317,
      "end": 5318,
      "loc": {
        "start": {
          "line": 128,
          "column": 90
        },
        "end": {
          "line": 128,
          "column": 91
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5318,
      "end": 5319,
      "loc": {
        "start": {
          "line": 128,
          "column": 91
        },
        "end": {
          "line": 128,
          "column": 92
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5319,
      "end": 5323,
      "loc": {
        "start": {
          "line": 128,
          "column": 92
        },
        "end": {
          "line": 128,
          "column": 96
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5323,
      "end": 5324,
      "loc": {
        "start": {
          "line": 128,
          "column": 96
        },
        "end": {
          "line": 128,
          "column": 97
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "album",
      "start": 5324,
      "end": 5329,
      "loc": {
        "start": {
          "line": 128,
          "column": 97
        },
        "end": {
          "line": 128,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5329,
      "end": 5330,
      "loc": {
        "start": {
          "line": 128,
          "column": 102
        },
        "end": {
          "line": 128,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5330,
      "end": 5336,
      "loc": {
        "start": {
          "line": 128,
          "column": 103
        },
        "end": {
          "line": 128,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5336,
      "end": 5337,
      "loc": {
        "start": {
          "line": 128,
          "column": 109
        },
        "end": {
          "line": 128,
          "column": 110
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5337,
      "end": 5341,
      "loc": {
        "start": {
          "line": 128,
          "column": 110
        },
        "end": {
          "line": 128,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5341,
      "end": 5342,
      "loc": {
        "start": {
          "line": 128,
          "column": 114
        },
        "end": {
          "line": 128,
          "column": 115
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5342,
      "end": 5343,
      "loc": {
        "start": {
          "line": 128,
          "column": 115
        },
        "end": {
          "line": 128,
          "column": 116
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5376,
      "end": 5377,
      "loc": {
        "start": {
          "line": 129,
          "column": 32
        },
        "end": {
          "line": 129,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5377,
      "end": 5378,
      "loc": {
        "start": {
          "line": 129,
          "column": 33
        },
        "end": {
          "line": 129,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5403,
      "end": 5404,
      "loc": {
        "start": {
          "line": 130,
          "column": 24
        },
        "end": {
          "line": 130,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5404,
      "end": 5405,
      "loc": {
        "start": {
          "line": 130,
          "column": 25
        },
        "end": {
          "line": 130,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5426,
      "end": 5427,
      "loc": {
        "start": {
          "line": 131,
          "column": 20
        },
        "end": {
          "line": 131,
          "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": 5464,
      "end": 5468,
      "loc": {
        "start": {
          "line": 132,
          "column": 16
        },
        "end": {
          "line": 132,
          "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": 5469,
      "end": 5478,
      "loc": {
        "start": {
          "line": 132,
          "column": 21
        },
        "end": {
          "line": 132,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5478,
      "end": 5479,
      "loc": {
        "start": {
          "line": 132,
          "column": 30
        },
        "end": {
          "line": 132,
          "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": 5500,
      "end": 5506,
      "loc": {
        "start": {
          "line": 133,
          "column": 20
        },
        "end": {
          "line": 133,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5507,
      "end": 5508,
      "loc": {
        "start": {
          "line": 133,
          "column": 27
        },
        "end": {
          "line": 133,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5533,
      "end": 5534,
      "loc": {
        "start": {
          "line": 134,
          "column": 24
        },
        "end": {
          "line": 134,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5534,
      "end": 5537,
      "loc": {
        "start": {
          "line": 134,
          "column": 25
        },
        "end": {
          "line": 134,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5537,
      "end": 5538,
      "loc": {
        "start": {
          "line": 134,
          "column": 28
        },
        "end": {
          "line": 134,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5538,
      "end": 5539,
      "loc": {
        "start": {
          "line": 134,
          "column": 29
        },
        "end": {
          "line": 134,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 5540,
      "end": 5546,
      "loc": {
        "start": {
          "line": 134,
          "column": 31
        },
        "end": {
          "line": 134,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5546,
      "end": 5547,
      "loc": {
        "start": {
          "line": 134,
          "column": 37
        },
        "end": {
          "line": 134,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 5547,
      "end": 5553,
      "loc": {
        "start": {
          "line": 134,
          "column": 38
        },
        "end": {
          "line": 134,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5553,
      "end": 5554,
      "loc": {
        "start": {
          "line": 134,
          "column": 44
        },
        "end": {
          "line": 134,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 5554,
      "end": 5562,
      "loc": {
        "start": {
          "line": 134,
          "column": 45
        },
        "end": {
          "line": 134,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5562,
      "end": 5563,
      "loc": {
        "start": {
          "line": 134,
          "column": 53
        },
        "end": {
          "line": 134,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5563,
      "end": 5567,
      "loc": {
        "start": {
          "line": 134,
          "column": 54
        },
        "end": {
          "line": 134,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5567,
      "end": 5568,
      "loc": {
        "start": {
          "line": 134,
          "column": 58
        },
        "end": {
          "line": 134,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5568,
      "end": 5571,
      "loc": {
        "start": {
          "line": 134,
          "column": 59
        },
        "end": {
          "line": 134,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5571,
      "end": 5572,
      "loc": {
        "start": {
          "line": 134,
          "column": 62
        },
        "end": {
          "line": 134,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5572,
      "end": 5573,
      "loc": {
        "start": {
          "line": 134,
          "column": 63
        },
        "end": {
          "line": 134,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5574,
      "end": 5575,
      "loc": {
        "start": {
          "line": 134,
          "column": 65
        },
        "end": {
          "line": 134,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5604,
      "end": 5608,
      "loc": {
        "start": {
          "line": 135,
          "column": 28
        },
        "end": {
          "line": 135,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5608,
      "end": 5609,
      "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": "response",
      "start": 5610,
      "end": 5618,
      "loc": {
        "start": {
          "line": 135,
          "column": 34
        },
        "end": {
          "line": 135,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5618,
      "end": 5619,
      "loc": {
        "start": {
          "line": 135,
          "column": 42
        },
        "end": {
          "line": 135,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5619,
      "end": 5623,
      "loc": {
        "start": {
          "line": 135,
          "column": 43
        },
        "end": {
          "line": 135,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5623,
      "end": 5624,
      "loc": {
        "start": {
          "line": 135,
          "column": 47
        },
        "end": {
          "line": 135,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 5624,
      "end": 5627,
      "loc": {
        "start": {
          "line": 135,
          "column": 48
        },
        "end": {
          "line": 135,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5627,
      "end": 5628,
      "loc": {
        "start": {
          "line": 135,
          "column": 51
        },
        "end": {
          "line": 135,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5628,
      "end": 5629,
      "loc": {
        "start": {
          "line": 135,
          "column": 52
        },
        "end": {
          "line": 135,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 5629,
      "end": 5633,
      "loc": {
        "start": {
          "line": 135,
          "column": 53
        },
        "end": {
          "line": 135,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5666,
      "end": 5667,
      "loc": {
        "start": {
          "line": 136,
          "column": 32
        },
        "end": {
          "line": 136,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 5667,
      "end": 5673,
      "loc": {
        "start": {
          "line": 136,
          "column": 33
        },
        "end": {
          "line": 136,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5673,
      "end": 5674,
      "loc": {
        "start": {
          "line": 136,
          "column": 39
        },
        "end": {
          "line": 136,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5674,
      "end": 5680,
      "loc": {
        "start": {
          "line": 136,
          "column": 40
        },
        "end": {
          "line": 136,
          "column": 46
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5681,
      "end": 5683,
      "loc": {
        "start": {
          "line": 136,
          "column": 47
        },
        "end": {
          "line": 136,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5684,
      "end": 5685,
      "loc": {
        "start": {
          "line": 136,
          "column": 50
        },
        "end": {
          "line": 136,
          "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": 5722,
      "end": 5724,
      "loc": {
        "start": {
          "line": 137,
          "column": 36
        },
        "end": {
          "line": 137,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5725,
      "end": 5726,
      "loc": {
        "start": {
          "line": 137,
          "column": 39
        },
        "end": {
          "line": 137,
          "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": 5726,
      "end": 5730,
      "loc": {
        "start": {
          "line": 137,
          "column": 40
        },
        "end": {
          "line": 137,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5730,
      "end": 5731,
      "loc": {
        "start": {
          "line": 137,
          "column": 44
        },
        "end": {
          "line": 137,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5731,
      "end": 5747,
      "loc": {
        "start": {
          "line": 137,
          "column": 45
        },
        "end": {
          "line": 137,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5747,
      "end": 5748,
      "loc": {
        "start": {
          "line": 137,
          "column": 61
        },
        "end": {
          "line": 137,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5748,
      "end": 5754,
      "loc": {
        "start": {
          "line": 137,
          "column": 62
        },
        "end": {
          "line": 137,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 5755,
      "end": 5758,
      "loc": {
        "start": {
          "line": 137,
          "column": 69
        },
        "end": {
          "line": 137,
          "column": 72
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 5759,
      "end": 5768,
      "loc": {
        "start": {
          "line": 137,
          "column": 73
        },
        "end": {
          "line": 137,
          "column": 82
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5768,
      "end": 5769,
      "loc": {
        "start": {
          "line": 137,
          "column": 82
        },
        "end": {
          "line": 137,
          "column": 83
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5770,
      "end": 5771,
      "loc": {
        "start": {
          "line": 137,
          "column": 84
        },
        "end": {
          "line": 137,
          "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": 5812,
      "end": 5818,
      "loc": {
        "start": {
          "line": 138,
          "column": 40
        },
        "end": {
          "line": 138,
          "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": 5819,
      "end": 5823,
      "loc": {
        "start": {
          "line": 138,
          "column": 47
        },
        "end": {
          "line": 138,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5860,
      "end": 5861,
      "loc": {
        "start": {
          "line": 139,
          "column": 36
        },
        "end": {
          "line": 139,
          "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": 5862,
      "end": 5866,
      "loc": {
        "start": {
          "line": 139,
          "column": 38
        },
        "end": {
          "line": 139,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5867,
      "end": 5868,
      "loc": {
        "start": {
          "line": 139,
          "column": 43
        },
        "end": {
          "line": 139,
          "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": 5909,
      "end": 5915,
      "loc": {
        "start": {
          "line": 140,
          "column": 40
        },
        "end": {
          "line": 140,
          "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": 5916,
      "end": 5919,
      "loc": {
        "start": {
          "line": 140,
          "column": 47
        },
        "end": {
          "line": 140,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 5920,
      "end": 5926,
      "loc": {
        "start": {
          "line": 140,
          "column": 51
        },
        "end": {
          "line": 140,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5926,
      "end": 5927,
      "loc": {
        "start": {
          "line": 140,
          "column": 57
        },
        "end": {
          "line": 140,
          "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": 5927,
      "end": 5931,
      "loc": {
        "start": {
          "line": 140,
          "column": 58
        },
        "end": {
          "line": 140,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5932,
      "end": 5933,
      "loc": {
        "start": {
          "line": 140,
          "column": 63
        },
        "end": {
          "line": 140,
          "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": 5934,
      "end": 5938,
      "loc": {
        "start": {
          "line": 140,
          "column": 65
        },
        "end": {
          "line": 140,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5938,
      "end": 5939,
      "loc": {
        "start": {
          "line": 140,
          "column": 69
        },
        "end": {
          "line": 140,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 5939,
      "end": 5955,
      "loc": {
        "start": {
          "line": 140,
          "column": 70
        },
        "end": {
          "line": 140,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5955,
      "end": 5956,
      "loc": {
        "start": {
          "line": 140,
          "column": 86
        },
        "end": {
          "line": 140,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5956,
      "end": 5962,
      "loc": {
        "start": {
          "line": 140,
          "column": 87
        },
        "end": {
          "line": 140,
          "column": 93
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 5963,
      "end": 5964,
      "loc": {
        "start": {
          "line": 140,
          "column": 94
        },
        "end": {
          "line": 140,
          "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": 5965,
      "end": 5969,
      "loc": {
        "start": {
          "line": 140,
          "column": 96
        },
        "end": {
          "line": 140,
          "column": 100
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5969,
      "end": 5970,
      "loc": {
        "start": {
          "line": 140,
          "column": 100
        },
        "end": {
          "line": 140,
          "column": 101
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5970,
      "end": 5971,
      "loc": {
        "start": {
          "line": 140,
          "column": 101
        },
        "end": {
          "line": 140,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 5971,
      "end": 5975,
      "loc": {
        "start": {
          "line": 140,
          "column": 102
        },
        "end": {
          "line": 140,
          "column": 106
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5975,
      "end": 5976,
      "loc": {
        "start": {
          "line": 140,
          "column": 106
        },
        "end": {
          "line": 140,
          "column": 107
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "artist",
      "start": 5976,
      "end": 5982,
      "loc": {
        "start": {
          "line": 140,
          "column": 107
        },
        "end": {
          "line": 140,
          "column": 113
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 5982,
      "end": 5983,
      "loc": {
        "start": {
          "line": 140,
          "column": 113
        },
        "end": {
          "line": 140,
          "column": 114
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "name",
      "start": 5983,
      "end": 5987,
      "loc": {
        "start": {
          "line": 140,
          "column": 114
        },
        "end": {
          "line": 140,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 5987,
      "end": 5988,
      "loc": {
        "start": {
          "line": 140,
          "column": 118
        },
        "end": {
          "line": 140,
          "column": 119
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6025,
      "end": 6026,
      "loc": {
        "start": {
          "line": 141,
          "column": 36
        },
        "end": {
          "line": 141,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6059,
      "end": 6060,
      "loc": {
        "start": {
          "line": 142,
          "column": 32
        },
        "end": {
          "line": 142,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6060,
      "end": 6061,
      "loc": {
        "start": {
          "line": 142,
          "column": 33
        },
        "end": {
          "line": 142,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6086,
      "end": 6087,
      "loc": {
        "start": {
          "line": 143,
          "column": 24
        },
        "end": {
          "line": 143,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6087,
      "end": 6088,
      "loc": {
        "start": {
          "line": 143,
          "column": 25
        },
        "end": {
          "line": 143,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6109,
      "end": 6110,
      "loc": {
        "start": {
          "line": 144,
          "column": 20
        },
        "end": {
          "line": 144,
          "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": 6147,
      "end": 6151,
      "loc": {
        "start": {
          "line": 145,
          "column": 16
        },
        "end": {
          "line": 145,
          "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": 6152,
      "end": 6163,
      "loc": {
        "start": {
          "line": 145,
          "column": 21
        },
        "end": {
          "line": 145,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6163,
      "end": 6164,
      "loc": {
        "start": {
          "line": 145,
          "column": 32
        },
        "end": {
          "line": 145,
          "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": 6185,
      "end": 6191,
      "loc": {
        "start": {
          "line": 146,
          "column": 20
        },
        "end": {
          "line": 146,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6192,
      "end": 6193,
      "loc": {
        "start": {
          "line": 146,
          "column": 27
        },
        "end": {
          "line": 146,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6218,
      "end": 6219,
      "loc": {
        "start": {
          "line": 147,
          "column": 24
        },
        "end": {
          "line": 147,
          "column": 25
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6219,
      "end": 6222,
      "loc": {
        "start": {
          "line": 147,
          "column": 25
        },
        "end": {
          "line": 147,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6222,
      "end": 6223,
      "loc": {
        "start": {
          "line": 147,
          "column": 28
        },
        "end": {
          "line": 147,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6223,
      "end": 6224,
      "loc": {
        "start": {
          "line": 147,
          "column": 29
        },
        "end": {
          "line": 147,
          "column": 30
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 6225,
      "end": 6231,
      "loc": {
        "start": {
          "line": 147,
          "column": 31
        },
        "end": {
          "line": 147,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6231,
      "end": 6232,
      "loc": {
        "start": {
          "line": 147,
          "column": 37
        },
        "end": {
          "line": 147,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 6232,
      "end": 6238,
      "loc": {
        "start": {
          "line": 147,
          "column": 38
        },
        "end": {
          "line": 147,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6238,
      "end": 6239,
      "loc": {
        "start": {
          "line": 147,
          "column": 44
        },
        "end": {
          "line": 147,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 6239,
      "end": 6247,
      "loc": {
        "start": {
          "line": 147,
          "column": 45
        },
        "end": {
          "line": 147,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6247,
      "end": 6248,
      "loc": {
        "start": {
          "line": 147,
          "column": 53
        },
        "end": {
          "line": 147,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6248,
      "end": 6252,
      "loc": {
        "start": {
          "line": 147,
          "column": 54
        },
        "end": {
          "line": 147,
          "column": 58
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6252,
      "end": 6253,
      "loc": {
        "start": {
          "line": 147,
          "column": 58
        },
        "end": {
          "line": 147,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6253,
      "end": 6256,
      "loc": {
        "start": {
          "line": 147,
          "column": 59
        },
        "end": {
          "line": 147,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6256,
      "end": 6257,
      "loc": {
        "start": {
          "line": 147,
          "column": 62
        },
        "end": {
          "line": 147,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6257,
      "end": 6258,
      "loc": {
        "start": {
          "line": 147,
          "column": 63
        },
        "end": {
          "line": 147,
          "column": 64
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6259,
      "end": 6260,
      "loc": {
        "start": {
          "line": 147,
          "column": 65
        },
        "end": {
          "line": 147,
          "column": 66
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6289,
      "end": 6293,
      "loc": {
        "start": {
          "line": 148,
          "column": 28
        },
        "end": {
          "line": 148,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6293,
      "end": 6294,
      "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": "response",
      "start": 6295,
      "end": 6303,
      "loc": {
        "start": {
          "line": 148,
          "column": 34
        },
        "end": {
          "line": 148,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6303,
      "end": 6304,
      "loc": {
        "start": {
          "line": 148,
          "column": 42
        },
        "end": {
          "line": 148,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6304,
      "end": 6308,
      "loc": {
        "start": {
          "line": 148,
          "column": 43
        },
        "end": {
          "line": 148,
          "column": 47
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6308,
      "end": 6309,
      "loc": {
        "start": {
          "line": 148,
          "column": 47
        },
        "end": {
          "line": 148,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6309,
      "end": 6312,
      "loc": {
        "start": {
          "line": 148,
          "column": 48
        },
        "end": {
          "line": 148,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6312,
      "end": 6313,
      "loc": {
        "start": {
          "line": 148,
          "column": 51
        },
        "end": {
          "line": 148,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6313,
      "end": 6314,
      "loc": {
        "start": {
          "line": 148,
          "column": 52
        },
        "end": {
          "line": 148,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6314,
      "end": 6318,
      "loc": {
        "start": {
          "line": 148,
          "column": 53
        },
        "end": {
          "line": 148,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6351,
      "end": 6352,
      "loc": {
        "start": {
          "line": 149,
          "column": 32
        },
        "end": {
          "line": 149,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filter",
      "start": 6352,
      "end": 6358,
      "loc": {
        "start": {
          "line": 149,
          "column": 33
        },
        "end": {
          "line": 149,
          "column": 39
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6358,
      "end": 6359,
      "loc": {
        "start": {
          "line": 149,
          "column": 39
        },
        "end": {
          "line": 149,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 6359,
      "end": 6367,
      "loc": {
        "start": {
          "line": 149,
          "column": 40
        },
        "end": {
          "line": 149,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "=>",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6368,
      "end": 6370,
      "loc": {
        "start": {
          "line": 149,
          "column": 49
        },
        "end": {
          "line": 149,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6371,
      "end": 6372,
      "loc": {
        "start": {
          "line": 149,
          "column": 52
        },
        "end": {
          "line": 149,
          "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": 6409,
      "end": 6411,
      "loc": {
        "start": {
          "line": 150,
          "column": 36
        },
        "end": {
          "line": 150,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6412,
      "end": 6413,
      "loc": {
        "start": {
          "line": 150,
          "column": 39
        },
        "end": {
          "line": 150,
          "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": 6413,
      "end": 6417,
      "loc": {
        "start": {
          "line": 150,
          "column": 40
        },
        "end": {
          "line": 150,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6417,
      "end": 6418,
      "loc": {
        "start": {
          "line": 150,
          "column": 44
        },
        "end": {
          "line": 150,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 6418,
      "end": 6434,
      "loc": {
        "start": {
          "line": 150,
          "column": 45
        },
        "end": {
          "line": 150,
          "column": 61
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6434,
      "end": 6435,
      "loc": {
        "start": {
          "line": 150,
          "column": 61
        },
        "end": {
          "line": 150,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 6435,
      "end": 6443,
      "loc": {
        "start": {
          "line": 150,
          "column": 62
        },
        "end": {
          "line": 150,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "==/!=",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": 6,
        "updateContext": null
      },
      "value": "===",
      "start": 6444,
      "end": 6447,
      "loc": {
        "start": {
          "line": 150,
          "column": 71
        },
        "end": {
          "line": 150,
          "column": 74
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "undefined",
      "start": 6448,
      "end": 6457,
      "loc": {
        "start": {
          "line": 150,
          "column": 75
        },
        "end": {
          "line": 150,
          "column": 84
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6457,
      "end": 6458,
      "loc": {
        "start": {
          "line": 150,
          "column": 84
        },
        "end": {
          "line": 150,
          "column": 85
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6459,
      "end": 6460,
      "loc": {
        "start": {
          "line": 150,
          "column": 86
        },
        "end": {
          "line": 150,
          "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": 6501,
      "end": 6507,
      "loc": {
        "start": {
          "line": 151,
          "column": 40
        },
        "end": {
          "line": 151,
          "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": 6508,
      "end": 6512,
      "loc": {
        "start": {
          "line": 151,
          "column": 47
        },
        "end": {
          "line": 151,
          "column": 51
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6549,
      "end": 6550,
      "loc": {
        "start": {
          "line": 152,
          "column": 36
        },
        "end": {
          "line": 152,
          "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": 6551,
      "end": 6555,
      "loc": {
        "start": {
          "line": 152,
          "column": 38
        },
        "end": {
          "line": 152,
          "column": 42
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6556,
      "end": 6557,
      "loc": {
        "start": {
          "line": 152,
          "column": 43
        },
        "end": {
          "line": 152,
          "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": 6598,
      "end": 6604,
      "loc": {
        "start": {
          "line": 153,
          "column": 40
        },
        "end": {
          "line": 153,
          "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": 6605,
      "end": 6608,
      "loc": {
        "start": {
          "line": 153,
          "column": 47
        },
        "end": {
          "line": 153,
          "column": 50
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "RegExp",
      "start": 6609,
      "end": 6615,
      "loc": {
        "start": {
          "line": 153,
          "column": 51
        },
        "end": {
          "line": 153,
          "column": 57
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6615,
      "end": 6616,
      "loc": {
        "start": {
          "line": 153,
          "column": 57
        },
        "end": {
          "line": 153,
          "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": 6616,
      "end": 6620,
      "loc": {
        "start": {
          "line": 153,
          "column": 58
        },
        "end": {
          "line": 153,
          "column": 62
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6621,
      "end": 6622,
      "loc": {
        "start": {
          "line": 153,
          "column": 63
        },
        "end": {
          "line": 153,
          "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": 6623,
      "end": 6627,
      "loc": {
        "start": {
          "line": 153,
          "column": 65
        },
        "end": {
          "line": 153,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6627,
      "end": 6628,
      "loc": {
        "start": {
          "line": 153,
          "column": 69
        },
        "end": {
          "line": 153,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "filterConditions",
      "start": 6628,
      "end": 6644,
      "loc": {
        "start": {
          "line": 153,
          "column": 70
        },
        "end": {
          "line": 153,
          "column": 86
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6644,
      "end": 6645,
      "loc": {
        "start": {
          "line": 153,
          "column": 86
        },
        "end": {
          "line": 153,
          "column": 87
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 6645,
      "end": 6653,
      "loc": {
        "start": {
          "line": 153,
          "column": 87
        },
        "end": {
          "line": 153,
          "column": 95
        }
      }
    },
    {
      "type": {
        "label": "+/-",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": true,
        "postfix": false,
        "binop": 9,
        "updateContext": null
      },
      "value": "+",
      "start": 6654,
      "end": 6655,
      "loc": {
        "start": {
          "line": 153,
          "column": 96
        },
        "end": {
          "line": 153,
          "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": 6656,
      "end": 6660,
      "loc": {
        "start": {
          "line": 153,
          "column": 98
        },
        "end": {
          "line": 153,
          "column": 102
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6660,
      "end": 6661,
      "loc": {
        "start": {
          "line": 153,
          "column": 102
        },
        "end": {
          "line": 153,
          "column": 103
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6661,
      "end": 6662,
      "loc": {
        "start": {
          "line": 153,
          "column": 103
        },
        "end": {
          "line": 153,
          "column": 104
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "test",
      "start": 6662,
      "end": 6666,
      "loc": {
        "start": {
          "line": 153,
          "column": 104
        },
        "end": {
          "line": 153,
          "column": 108
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6666,
      "end": 6667,
      "loc": {
        "start": {
          "line": 153,
          "column": 108
        },
        "end": {
          "line": 153,
          "column": 109
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "playlist",
      "start": 6667,
      "end": 6675,
      "loc": {
        "start": {
          "line": 153,
          "column": 109
        },
        "end": {
          "line": 153,
          "column": 117
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6675,
      "end": 6676,
      "loc": {
        "start": {
          "line": 153,
          "column": 117
        },
        "end": {
          "line": 153,
          "column": 118
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "title",
      "start": 6676,
      "end": 6681,
      "loc": {
        "start": {
          "line": 153,
          "column": 118
        },
        "end": {
          "line": 153,
          "column": 123
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6681,
      "end": 6682,
      "loc": {
        "start": {
          "line": 153,
          "column": 123
        },
        "end": {
          "line": 153,
          "column": 124
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6719,
      "end": 6720,
      "loc": {
        "start": {
          "line": 154,
          "column": 36
        },
        "end": {
          "line": 154,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6753,
      "end": 6754,
      "loc": {
        "start": {
          "line": 155,
          "column": 32
        },
        "end": {
          "line": 155,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6754,
      "end": 6755,
      "loc": {
        "start": {
          "line": 155,
          "column": 33
        },
        "end": {
          "line": 155,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6780,
      "end": 6781,
      "loc": {
        "start": {
          "line": 156,
          "column": 24
        },
        "end": {
          "line": 156,
          "column": 25
        }
      }
    },
    {
      "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": 156,
          "column": 25
        },
        "end": {
          "line": 156,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6803,
      "end": 6804,
      "loc": {
        "start": {
          "line": 157,
          "column": 20
        },
        "end": {
          "line": 157,
          "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": 6841,
      "end": 6848,
      "loc": {
        "start": {
          "line": 158,
          "column": 16
        },
        "end": {
          "line": 158,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6848,
      "end": 6849,
      "loc": {
        "start": {
          "line": 158,
          "column": 23
        },
        "end": {
          "line": 158,
          "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": 6870,
      "end": 6876,
      "loc": {
        "start": {
          "line": 159,
          "column": 20
        },
        "end": {
          "line": 159,
          "column": 26
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6877,
      "end": 6878,
      "loc": {
        "start": {
          "line": 159,
          "column": 27
        },
        "end": {
          "line": 159,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6878,
      "end": 6879,
      "loc": {
        "start": {
          "line": 159,
          "column": 28
        },
        "end": {
          "line": 159,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6879,
      "end": 6882,
      "loc": {
        "start": {
          "line": 159,
          "column": 29
        },
        "end": {
          "line": 159,
          "column": 32
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6882,
      "end": 6883,
      "loc": {
        "start": {
          "line": 159,
          "column": 32
        },
        "end": {
          "line": 159,
          "column": 33
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6883,
      "end": 6884,
      "loc": {
        "start": {
          "line": 159,
          "column": 33
        },
        "end": {
          "line": 159,
          "column": 34
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 6885,
      "end": 6893,
      "loc": {
        "start": {
          "line": 159,
          "column": 35
        },
        "end": {
          "line": 159,
          "column": 43
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6893,
      "end": 6894,
      "loc": {
        "start": {
          "line": 159,
          "column": 43
        },
        "end": {
          "line": 159,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6894,
      "end": 6898,
      "loc": {
        "start": {
          "line": 159,
          "column": 44
        },
        "end": {
          "line": 159,
          "column": 48
        }
      }
    },
    {
      "type": {
        "label": "[",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6898,
      "end": 6899,
      "loc": {
        "start": {
          "line": 159,
          "column": 48
        },
        "end": {
          "line": 159,
          "column": 49
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "key",
      "start": 6899,
      "end": 6902,
      "loc": {
        "start": {
          "line": 159,
          "column": 49
        },
        "end": {
          "line": 159,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": "]",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6902,
      "end": 6903,
      "loc": {
        "start": {
          "line": 159,
          "column": 52
        },
        "end": {
          "line": 159,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6903,
      "end": 6904,
      "loc": {
        "start": {
          "line": 159,
          "column": 53
        },
        "end": {
          "line": 159,
          "column": 54
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6917,
      "end": 6918,
      "loc": {
        "start": {
          "line": 160,
          "column": 12
        },
        "end": {
          "line": 160,
          "column": 13
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6927,
      "end": 6928,
      "loc": {
        "start": {
          "line": 161,
          "column": 8
        },
        "end": {
          "line": 161,
          "column": 9
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6928,
      "end": 6929,
      "loc": {
        "start": {
          "line": 161,
          "column": 9
        },
        "end": {
          "line": 161,
          "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": 6938,
      "end": 6944,
      "loc": {
        "start": {
          "line": 162,
          "column": 8
        },
        "end": {
          "line": 162,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 6945,
      "end": 6951,
      "loc": {
        "start": {
          "line": 162,
          "column": 15
        },
        "end": {
          "line": 162,
          "column": 21
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6951,
      "end": 6952,
      "loc": {
        "start": {
          "line": 162,
          "column": 21
        },
        "end": {
          "line": 162,
          "column": 22
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 6952,
      "end": 6958,
      "loc": {
        "start": {
          "line": 162,
          "column": 22
        },
        "end": {
          "line": 162,
          "column": 28
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6958,
      "end": 6959,
      "loc": {
        "start": {
          "line": 162,
          "column": 28
        },
        "end": {
          "line": 162,
          "column": 29
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 6959,
      "end": 6967,
      "loc": {
        "start": {
          "line": 162,
          "column": 29
        },
        "end": {
          "line": 162,
          "column": 37
        }
      }
    },
    {
      "type": {
        "label": ",",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6967,
      "end": 6968,
      "loc": {
        "start": {
          "line": 162,
          "column": 37
        },
        "end": {
          "line": 162,
          "column": 38
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6969,
      "end": 6970,
      "loc": {
        "start": {
          "line": 162,
          "column": 39
        },
        "end": {
          "line": 162,
          "column": 40
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6970,
      "end": 6974,
      "loc": {
        "start": {
          "line": 162,
          "column": 40
        },
        "end": {
          "line": 162,
          "column": 44
        }
      }
    },
    {
      "type": {
        "label": ":",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6974,
      "end": 6975,
      "loc": {
        "start": {
          "line": 162,
          "column": 44
        },
        "end": {
          "line": 162,
          "column": 45
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "Object",
      "start": 6976,
      "end": 6982,
      "loc": {
        "start": {
          "line": 162,
          "column": 46
        },
        "end": {
          "line": 162,
          "column": 52
        }
      }
    },
    {
      "type": {
        "label": ".",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6982,
      "end": 6983,
      "loc": {
        "start": {
          "line": 162,
          "column": 52
        },
        "end": {
          "line": 162,
          "column": 53
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "assign",
      "start": 6983,
      "end": 6989,
      "loc": {
        "start": {
          "line": 162,
          "column": 53
        },
        "end": {
          "line": 162,
          "column": 59
        }
      }
    },
    {
      "type": {
        "label": "(",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6989,
      "end": 6990,
      "loc": {
        "start": {
          "line": 162,
          "column": 59
        },
        "end": {
          "line": 162,
          "column": 60
        }
      }
    },
    {
      "type": {
        "label": "...",
        "beforeExpr": true,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 6990,
      "end": 6993,
      "loc": {
        "start": {
          "line": 162,
          "column": 60
        },
        "end": {
          "line": 162,
          "column": 63
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "data",
      "start": 6993,
      "end": 6997,
      "loc": {
        "start": {
          "line": 162,
          "column": 63
        },
        "end": {
          "line": 162,
          "column": 67
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6997,
      "end": 6998,
      "loc": {
        "start": {
          "line": 162,
          "column": 67
        },
        "end": {
          "line": 162,
          "column": 68
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6998,
      "end": 6999,
      "loc": {
        "start": {
          "line": 162,
          "column": 68
        },
        "end": {
          "line": 162,
          "column": 69
        }
      }
    },
    {
      "type": {
        "label": ")",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 6999,
      "end": 7000,
      "loc": {
        "start": {
          "line": 162,
          "column": 69
        },
        "end": {
          "line": 162,
          "column": 70
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7005,
      "end": 7006,
      "loc": {
        "start": {
          "line": 163,
          "column": 4
        },
        "end": {
          "line": 163,
          "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": 7007,
      "end": 7011,
      "loc": {
        "start": {
          "line": 163,
          "column": 6
        },
        "end": {
          "line": 163,
          "column": 10
        }
      }
    },
    {
      "type": {
        "label": "{",
        "beforeExpr": true,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7012,
      "end": 7013,
      "loc": {
        "start": {
          "line": 163,
          "column": 11
        },
        "end": {
          "line": 163,
          "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": 7022,
      "end": 7028,
      "loc": {
        "start": {
          "line": 164,
          "column": 8
        },
        "end": {
          "line": 164,
          "column": 14
        }
      }
    },
    {
      "type": {
        "label": "name",
        "beforeExpr": false,
        "startsExpr": true,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "value": "response",
      "start": 7029,
      "end": 7037,
      "loc": {
        "start": {
          "line": 164,
          "column": 15
        },
        "end": {
          "line": 164,
          "column": 23
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7042,
      "end": 7043,
      "loc": {
        "start": {
          "line": 165,
          "column": 4
        },
        "end": {
          "line": 165,
          "column": 5
        }
      }
    },
    {
      "type": {
        "label": "}",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null
      },
      "start": 7044,
      "end": 7045,
      "loc": {
        "start": {
          "line": 166,
          "column": 0
        },
        "end": {
          "line": 166,
          "column": 1
        }
      }
    },
    {
      "type": {
        "label": "eof",
        "beforeExpr": false,
        "startsExpr": false,
        "rightAssociative": false,
        "isLoop": false,
        "isAssign": false,
        "prefix": false,
        "postfix": false,
        "binop": null,
        "updateContext": null
      },
      "start": 7045,
      "end": 7045,
      "loc": {
        "start": {
          "line": 166,
          "column": 1
        },
        "end": {
          "line": 166,
          "column": 1
        }
      }
    }
  ]
}