GalleryPageSnapshot
private data class GalleryPageSnapshot(val limit: Int, val items: List<GalleryGridItemUi>, val totalCount: Int)(source)
Carries GalleryPageSnapshot data through the SDAI presentation layer.
Author
Dmitriy Moroz