책 제목, 페이지 수, 대여 가능 여부를 올바르게 나타내는 Go 타입의 순서는 무엇인가요?
bool, int, string
bool
int
string
int, string, bool
string, bool, int
string, int, bool