When issuing a device GetQueue with count_only: true;
will the result only return DeviceQueueItems with is_pending: true?
Or will it count all the DeviceQueueItems including the ones that are not pending anymore?
What does is_pending /Pending mean from a LNS perspective? true /“yes” means the message is to be processed, and false /“no” means the message has been processed?
when requesting a device queue (on devices/<dev_eui>/queue ), would total_count include pending messages?