Logo

Docs

Info

Info Models

Info stats model.

interface Info {
  stats: {
    songs: number;
    albums: number;
    artists: number;
  };
}