Expose more attributes to `GET /projects/:id`
As reported in https://gitlab.com/gitlab-org/gitlab-ce/issues/32226, Composer needs the default_branch attribute but this is not currently exposed in the unauthenticated GET /projects/:id API endpoint.
I propose to expose a bunch of attributes in the unauthenticated endpoint:
descriptiondefault_branchtag_listssh_url_to_repocreated_atlast_activity_atstar_countforks_countopen_issues_countstatistics
This should solve #32226 (closed). /cc @mlncn