package io.delphiplatform.api.v3.model.mapper;

import fr.xebia.extras.selma.IgnoreMissing;
import fr.xebia.extras.selma.Mapper;
import io.delphiplatform.api.v3.bigtable.entity.Chartmetric;
import io.delphiplatform.api.v3.model.ArtistFollower;

@Mapper(withIgnoreMissing = IgnoreMissing.ALL)
public interface ArtistFollowerMapper {

    ArtistFollower toArtistFollower(Chartmetric chartmetric);

}
