Are { is_pending: false } queued items also counted?

Hi!

Just wanted to know:

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?

Thanks in advance!

Best,
Simon

As a follow up question:

  1. 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?
  2. when requesting a device queue (on devices/<dev_eui>/queue ), would total_count include pending messages?

thanks in advance! (edited)