getAllRight

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