How to know if an order is short or long?

By looking at the order ( Orders - Documentation | Alpaca, is there a way to know if that order is a “Short” order or “Long” order?

@rudaAlpacaForum Orders do not contain information on whether it was long or short. One would need to look at the positions to make some assumptions. If positions.qty < 0 then the orders are ‘short’ otherwise the orders are long.