InstagramNotificationType::class, 'is_read' => 'boolean', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; protected $attributes = [ 'is_read' => false, 'is_processed' => false, ]; }