$this->id, 'name' => $this->name, 'email' => $this->email, 'type' => (int) $this->type, 'status' => (int) $this->status ]; } }