/**
  * Get the current attributes and their values.
  * This does NOT return the Attributes object; use getAttributes() for that.
  *
  * @return array
  */
 public function attributes()
 {
     return $this->attributes->toArray();
 }