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