GithubImporter: Expose import stats on import status endpoint
Problem
While importing a project from Github the user has little visibility of the progress.
Solution
An imported object fetched/counter was introduced in !64256 (merged) and this is used for dashboards and to log the final stats of an import. This should also be exposed to the user through the import status endpoint (/projects/:id/import
).