public function testCommentCountWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Article::commentCount());
 }