CharacterItem | 
 Model view to display on the screen CharactersListFragment. data class CharacterItem | 
CharacterItemMapper | 
 Helper class to transforms network response to visual model, catching the necessary data. open class CharacterItemMapper : Mapper<BaseResponse<CharacterResponse>, List<CharacterItem>> |