Query on assets throws error and response

Hi,
I am using the below query to retrieve all the updates, the below query throws an error as well as response. Is this an expected behavior?

{
  updates(page: 12, limit: 100) {
    assets {
      created_at
      file_extension
      file_size
      id
      name
       uploaded_by{
            birthday
      }
      original_geometry
      public_url
      url
      url_thumbnail
    }
  }
}

Hi Yash!

Thanks for bringing this to our attention. This is unexpected behavior. I’ll pass this on to my team for a fix.