Currently the root query path always returns the following:
/pm/${this.version}/${this.source}/
With the availability API, it has a different URL, something like this:
/availability/<version>/<method>/<source>. We can specify pathname in the search function but that is just appended to the root path. Would be nice if we could override the root query path either when calling search or as part of the query builder process