Use Ecto Repo.preload with an Ash resource

I know that it is possible to use plain ecto queries to query an Ash resource.

But is it also possible to use Repo.preload function? When I try to use it it fails because, of course, it doesn’t recognizes the Ash.NotLoaded module.