Gives back the loaded <gitlab-api>/projects/<owner>/<repo> result
mixed[]|null
public function getRepoData() : ?array { $this->fetchProject(); return $this->project; }