It seems that current version only recognize a relation between a File and a Branch [see generator code here](https://github.com/moosetechnology/GitProjectHealth/blob/f218ae2a63cddc48387c450b7784a981ddd5acaf/src/GitLabHealth-Model-Generator/GLHMetamodelGenerator.class.st#L260). However, in Gitlab and Github API, a file seems to be link to any Ref: a Branch, a Tag, and a Commit. ``` ref string The name of the commit/branch/tag. Default: the repository’s default branch. ``` Should we update the metamodel ?