book_count === 1) { return self::TYPE_BOOK; } elseif ($this->chapter_count === 1) { return self::TYPE_CHAPTER; } return self::TYPE_PAGE; } }