open suspend fun map(from: BaseResponse<CharacterResponse>): List<CharacterItem>
Transform network response to CharacterItem.
from - Network characters response.
from
Return List of parsed characters items.