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