`ancestors()` works as expected, and logically `parent()` should be as following: ``` public function parent() { return $this->ancestors(1); } ``` Bun instead, `parents` is written same as `ancestors` without depth.