List all artifacts in a W&B project.Display the latest version of each artifact collection in a
project. Show the type, last updated time, size, and name.The PATH consists of the entity and project (entity/project) to
list artifacts from.For example, to list all artifacts in a project called “foobar” under
the “team-awesome” entity:
wandb artifact ls team-awesome/foobar
To list only artifacts of type “model” in the same project:
wandb artifact ls --type model team-awesome/foobar