/**
  * Get the users associated with a project.
  *
  * @return ProjectUser[]
  */
 public function getUsers()
 {
     return ProjectUser::getCollection($this->getLink('access'), 0, [], $this->client);
 }