You can iterate over the models in the mable as follows:
mable
for (i in 1:length(ft.mod[[1]])) { ft.mod[i,] |> gg_tsresiduals() |> print() }