Query language returning only published pages although not specified

Hi,

While using query language for the options of a select field, pages in ‘draft’ are ommited from the returned collection, although I am not using .published or .listed

My query:

query: page.parent.siblings.template("artists").children

That should return two pages, one which is published and one draft, but it only returns the published one.

The page structure goes like this, I am calling the query from the page ‘comission A’:

site
    edition
        about
            team
            faq
        locations
            location A
        artists
            artist A (draft)
            artist B (published)
        comissions
            comission A
        ...

Thank you

If you want to get drafts as well, you have to query childrenAndDrafts