*/ protected $dates = ['date', 'created_at', 'updated_at']; /** * @var array */ protected $casts = [ 'podcast_id' => 'integer', 'duration' => 'double', 'bandwidth' => 'integer', 'unique_listeners' => 'integer', 'hits' => 'integer', ]; }