Task is to fetch mime-type in indexer for animation_url if present ``` import { obtainMimeType } from '@kodadot1/minipfs' const type = await obtainMimeType(metadata.image) const animationType = await obtainMimeType(metadata.animationUrl) ```