add forgotten 'created' field in documents results
<?phpnamespaceCorpusParole\Models;useIlluminate\Database\Eloquent\Model;classGeonamesHierarchyextendsModel{/** * The attributes that should be casted to native types. * * @var array */protected$casts=['hierarchy'=>'array',];}