belongsTo('App\User', 'uploaded_by', 'id'); } public function team() { return $this->belongsTo('App\Team'); } public function getSizeAttribute($value) { return DigitalStorageHelper::setValue($value)->formatBytes(2, true); } }