Custom Pagination Start

I have a site where the main page currently shows a small subset of posts which are flagged as “Featured”. I have also recently created a new collection which filters on the featured flag so I can have a landing spot for showing all featured posts, not just the first 4. That is all working great. I would like to see if there is a way to have it such that I have a “See More” link at the bottom of the small snippet of featured posts on the primary landing page. When the user would click that link he/she would be taken to the blog roll for that collection, but the first 4 posts are omitted, because they were already available on the main page.

I realize I could create a new collection with that specific filter, but that seemed wrong and abusive.

I am currently running Ghost 4.32.

Thanks for any suggestions.