Which sequence of Go types correctly represents the book title, page count, and availability status?
int, string, bool
int
string
bool
string, bool, int
string, int, bool
bool, int, string