hasMany(Document::class); } public function classification() { return $this->belongsTo(Classification::class); } }