I'm using LazyColumn to make infinite list (not known total items count and global position of current window). Sometimes it is not clear if item is last or user can scroll more. Need some general solution. I'm thinking of adding some indication - some border or floating icon. Maybe there are better solutions...