public async Task <IActionResult> Entries() { List <GoNorthProject> projects = await _projectDbAccess.GetProjects(); return(Ok(projects)); }