I was thinking of creating lists of my data in kotlin files. And it may save me in some cases from inserted all data individually as some data can be very similar and I maybe able to use a loop instead of inserting each individually. But which takes up more data? the kotlin files or the .db file the DB Browser for SQLite seems to generate?