pub fn can_move_object(
    index: &Hit,
    id: &str,
    target_id: &str,
    target_model: &str,
    property: &str
) -> Result<(), HitError>