1 2 3 4 5
struct ColumnsDataCache { let data: [[BooruPost]] let columnCount: Int let posts: [BooruPost] }