pub async fn indexer_asset(
    conn: &mut PoolConnection<Postgres>,
    index_id: &i64,
    asset_type: IndexerAssetType
) -> Result<IndexerAsset>