count
The number of media items in a collection.
Declaration
var count: Int { get }Discussion
In some cases, using this property is more efficient than fetching the items array and asking for the count.
The number of media items in a collection.
var count: Int { get }In some cases, using this property is more efficient than fetching the items array and asking for the count.