General design question, but will be implemented with compose. LazyColumn, scrollable. How do you visualize to the user if there is additional content hidden at the bottom, which can be seen if list is scrolled up? Option A) would be to have half an item at the bottom, so the user sees the need to scroll. But with different device sizes, this does not seem a legit way. Option B) to display a scrollbar does not sound very attractive to me. Are there other ideas? How would you do it?