If I have this query
$posts = Post::select(DB::raw(\'DATE(created_at) as date\'), DB::raw(\'count(*) as count\'))