Alpakka S3 how to specify start-after when listing objects in a bucket

Hello, i’m trying to list objects in a bucket using S3.listBucket
but since there can be many entries, i would like only the most recent ones, assuming that new entries follow a lexicographical order, so according to aws s3 api ListObjectsV2 there is start-after query param so the listing starts after the specified key of an object.
Is there a way to do that using alpakka s3?