package com.acitelight.aether.model data class KeyImage( val name: String, val url: String, val key: String )