MBook
constructor(bookID: String = "", userId: String = "", title: String = "", author: String = "", price: Double, email: String = "", condition: String, category: String = "", mCategory: String = MCategory.Other.toString(), imageURL: String = "", description: String = "", isbn: String, interestList: List<InterestObject>)