Using `truncate()` on model removes all the documents and indexes where as it should only delete the documents. Here's what i used ```php ModelName::truncate(); ```