model/ListedOrigin: Set extra_loader_arguments type to Dict[str, Any]
Some loaders, for instance the debian one, can have non string arguments
so change the extra_loader_arguments type of the ListedOrigin model to
something more generic.
Related to T2979