bmo
fun getObjectsFields(objectIds: LongArray) = objectIds.map { id -> mObjectList.find { it.id == id }?.field1 }.toTypedArray()