public async Task <ActionResult <IEnumerable <MediaFolder> > > GetRootFolders() { return(Ok(await _mediaLibraryService.GetRootFolders())); }