Update Mini Cards Grid Options
data class UpdateMiniCardsGridOptions(val rows: Int, val cols: Int, val defal: Boolean, val actualRows: Int)
Grid recalculation payload used when syncing with the Compose display layer.