Hi guys, when you do ```val favorites = viewModel....
# compose
f
Hi guys, when you do
Copy code
val favorites = viewModel.favoritesData.collectAsLazyPagingItems()
how do you know if the data you're getting contains anything, since itemCount is always 0 when i try to access it after the favorites, like favorites.itemCount?