1 2 3 4 5
struct PostGridViewState { var posts: [BooruPost] = [] var currentPage: Int = 1 var selectedPost: BooruPost? }