get

suspend fun <T : Model> get(id: String, table: Table, serializer: KSerializer<T>, expire: Duration? = null, getData: suspend Table.() -> T?): T?