I have a LazyVerticalGrid with 2 cells.
LazyVerticalGrid( cells = GridCells.Fixed(2), content = { items(moviePagingItems.itemCount) { index ->