I have a list of vehicle makes, while the list is so large and I want to store it in room database in android. The app may crash while performing this operation. I want to loop through the list and take some chunks of items and to store to database. For example for each loop I take 20 items until the list is empty. How do I achieve this in Kotlin or any other suggestion that can work efficiently.