*/ protected $dates = ['date', 'created_at', 'updated_at']; /** * @var array */ protected $casts = [ 'podcast_id' => 'integer', 'app' => '?string', 'device' => '?string', 'os' => '?string', 'is_bot' => 'boolean', 'hits' => 'integer', ]; }