*/ public array $include; /** * An array of post IDs not to retrieve. * * Default empty array. * * @var array */ public array $exclude; /** * Whether to suppress filters. * * Default true. */ public bool $suppress_filters; }