here is how i trying to paginate:
$posts = Post::all()->sortByDesc("created_at")->pagination(1);
but i get this error: