I have a Post model that can have many comments. When I'm listing posts in a feed - both posts and post comments are paginated. The problem is when I visit post feed page that isn't first - post comments aren't paginated starting from the first page. They are starting from the same page as posts.
Is there a way to always force Laravel to start related entity pagination from page 1?