$this->id, "user_id"=> $this->user_id, "group_id"=> $this->group_id, "power"=> $this->power, "level"=> $this->level, "status"=> $this->status, "user"=> UserApi::getByUuid($this->user_id), "created_at"=> $this->created_at, "updated_at"=> $this->updated_at, ]; } }