Lazy grids inside Lists?

I have an app that makes heavy use of lazy grids that could benefit from having Pull to Refresh.

At this time, the .refreshable modifier only works within lists and not with ScrollViews.

So I was thinking on rebuilding my UI using lazy grids inside list views. It won't quite look the same as it does now, but it's the only way I'd get the .refreshable modifier to work.

Are there any implications to to nesting lazy grids within lists? I do need to lazy view loading behavior from grids, and I don't know how that would behave within lists.

Lazy grids inside Lists?
 
 
Q