abstract suspend fun select(ids: List<String>): List<UserEntity>
abstract suspend fun select(id: String): UserEntity?