Point out the wrong statement.
(a) The best way to ensure a field has unique values is to generate universally unique identifiers (UUID,) such as MongoDB’s ‘ObjectId values
(b) Most deployments will not need to shard the files collection
(c) The files collection is typically small, and only contains metadata
(d) None of the mentioned