OBJECT
Product review - related product review
type Review {# Review idid: ID # Review titletitle: String # Review contentdetail: String # Review author nicknamenickname: String # Review entity type - product, order ... review_entity: String # Review typereview_type: Int # Review statusreview_status: Int # Review date of creationcreated_at: DateTime }