Go to a specific item in LazyColumn with index using Paging3 on initial load
I am building a social media app that has a profile page. On it, the user can browse their posts from a vertical grid list. Each post has an id(UUID), authorId(UUID) and an image. When the user clicks on a specific post, a callback function is invoked.