public function index()
 {
     return $this->projectRepository->findWhere(['owner_id' => \Authorizer::getResourceOwnerId()]);
 }