getAllLeft

suspend fun getAllLeft(id: ID): List<T>
suspend fun getAllLeft(ids: List<ID>): List<T>