Hi @Ian Lake, just a general question. Paging3 Library have use cases to simplify loading data from network or from local sources (database, datastore, preferences) and simplify paging of the items. But it looks to me that the same concept could be applied to single call network request.. just without the paging aspect. Is it okay or advised to use the paging library for these instances where the paging aspect of the library is not needed?