public function testReviewsWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Table::reviews());
 }