Laravel возвращается от повторного порядок DB

$posts = Post::orderBy('id', 'DESC')->get(); //FOR DESCENDING ORDER
Vast Vicuña