GraphQL API: Listing apps sometimes returns null in "nodes" array

Hi,

We’re using the GraphQL API to list apps within our organization.

The query we’re using:

query {  
  apps {
    nodes {
      id      
      createdAt
    }
  }
}

This seems to occasionally return null values within the data.apps.nodes array. Example from a recent request:

Is this expected?