public IActionResult GetCameras() => Ok(cameraRepository.GetAllWithUsers());