'datetime', 'last_fetched_at' => 'datetime', 'last_processed_at' => 'datetime' ]; protected $guarded = []; protected $visible = [ 'id', 'profile_id', 'media_path', 'size', ]; public function profile() { return $this->belongsTo(Profile::class); } }