belongsToMany(Dataset::class, 'link_documents_licences', 'licence_id', 'document_id'); } public function getCheckedAttribute() { return "false"; } }