public async Task <IActionResult> Get([FromQuery] BrowseCompanies query) => Collection(await _companiesService.BrowseAsync(query));