export interface Artists {
  id: number
  name: string
  alias: unknown[]
  img1v1Url: string
  picUrl: string
}