public async Task <ActionResult <IEnumerable <Topic> > > GetBestTopics(int page = 1) { return(await _context.GetBestTopics(page)); }