"page":fields.Integer(default=1,description="Requested page number, indexing starts from 1."),
"per_page":fields.Integer(default=25,description="Number of results per page."),
"exclusive":fields.Boolean(default=False,description="Set to True to enable exclusive element search."),
"formula":fields.String(description="Chemical formula of the material as a string. The order of elements does not matter.",example="TiO2"),
"elements":fields.List(fields.String,description="List of chemical species that the material should include. Use capitalized element name abbreviations.",example=["Ti","O"]),
"page":fields.Integer(default=1,description="Requested page number, indexing starts from 1.",example=1),
"per_page":fields.Integer(default=25,description="Number of results per page.",example=10),
"restricted":fields.Boolean(default=False,description="Select to restrict the query to individual calculations. If not selected, the query will combine results from several different calculations."),