public async Task <IActionResult> Get(string type) { var data = await _metadataService.Get(type); return(Ok(data)); }