package com.acitelight.aether.model data class BookMark( val name: String, val page: String )