struct PostGridViewState { var posts: [BooruPost] = [] var currentPage: Int = 1 }